GET /api/bet_types/7cea4947-6034-4759-854b-66d2de1c5dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cea4947-6034-4759-854b-66d2de1c5dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c40f7d-aace-441f-b3c6-e25cdb869810/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "14ca0245-18b1-4a89-91f7-1a563aae7fb7",
            "gambit_id": "cd572420-7f3a-49f4-9a12-68ab123db803",
            "last_updated": "2022-11-11T21:17:13.974499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cea4947-6034-4759-854b-66d2de1c5dff/?format=api"
        },
        {
            "id": "ddb882e8-6bc5-4fae-a174-496ce77fab97",
            "gambit_id": "0f1099a7-0210-4e8f-8873-7983d2daa511",
            "last_updated": "2022-11-11T21:17:13.978220-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cea4947-6034-4759-854b-66d2de1c5dff/?format=api"
        }
    ]
}