GET /api/bet_types/de8ad8c4-c955-4d14-9944-680b4c6017de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de8ad8c4-c955-4d14-9944-680b4c6017de",
    "match": "https://api-prod.gambitprofit.com/api/matches/da0d7560-b770-45f3-bbd1-f531f924a6a9/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7034a7ec-e8c1-4c80-b97c-b4616fb76a29",
            "gambit_id": "666240e9-0113-43a1-9ddf-729802d21cb4",
            "last_updated": "2022-12-05T15:42:16.398193-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8ad8c4-c955-4d14-9944-680b4c6017de/?format=api"
        },
        {
            "id": "3489ff6c-3be7-49f8-b04d-cd33c3dbd0b0",
            "gambit_id": "4d94b060-6313-4b53-858f-6dcd0bd06238",
            "last_updated": "2022-12-05T15:42:16.399176-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8ad8c4-c955-4d14-9944-680b4c6017de/?format=api"
        }
    ]
}