GET /api/bet_types/b8c2edbf-5460-4e26-818c-c41530dd0252/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8c2edbf-5460-4e26-818c-c41530dd0252",
    "match": "https://api-prod.gambitprofit.com/api/matches/72d58d65-b69d-447d-94d7-f5165c79bc7f/?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": "Texas",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c4053e7-b1d0-4166-b703-3790590da3ef",
            "gambit_id": "d5b69bd6-a3f8-44fd-9d69-ec4b5663842f",
            "last_updated": "2022-11-06T16:08:20.413398-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2edbf-5460-4e26-818c-c41530dd0252/?format=api"
        },
        {
            "id": "758bf351-62fe-4224-88e0-207dbc19d240",
            "gambit_id": "82cfa218-9bfb-4649-aac3-02ad31203015",
            "last_updated": "2022-11-06T16:08:20.414444-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2edbf-5460-4e26-818c-c41530dd0252/?format=api"
        }
    ]
}