GET /api/bet_types/486e9d2b-0134-4eb5-bc98-07c59d4ee7d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "486e9d2b-0134-4eb5-bc98-07c59d4ee7d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7216fb7-a9f9-44e1-a75f-57bb273314c9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b532e7f3-f107-4e6a-9a10-4557e139036f",
            "gambit_id": "10ff873a-7708-4f58-bbe3-a00701011821",
            "last_updated": "2022-11-28T11:52:09.447091-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/486e9d2b-0134-4eb5-bc98-07c59d4ee7d6/?format=api"
        },
        {
            "id": "451a8ad1-3431-4523-82ec-323f297dd1aa",
            "gambit_id": "5ada2818-5bb1-4c6d-a3f0-9e6ca675f79e",
            "last_updated": "2022-11-28T11:52:09.448229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/486e9d2b-0134-4eb5-bc98-07c59d4ee7d6/?format=api"
        }
    ]
}