GET /api/bet_types/3de25929-51c3-4be4-95ba-f91631b53ca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3de25929-51c3-4be4-95ba-f91631b53ca1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f93adff1-05ae-4564-8b5d-b88a8e6c3eb0/?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": "KAN",
                "amount": 5916.0
            },
            {
                "team": "ARI",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "b20f4be9-f0c8-4013-83e2-df551158394b",
            "gambit_id": "9ad92238-015d-419a-afcb-52330a5f5056",
            "last_updated": "2022-08-25T10:17:08.667823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de25929-51c3-4be4-95ba-f91631b53ca1/?format=api"
        },
        {
            "id": "dd873e59-b939-4c26-a1b8-274803199519",
            "gambit_id": "dd0ec236-fa9f-4b38-8d76-f805bd98f718",
            "last_updated": "2022-08-25T10:17:08.668260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de25929-51c3-4be4-95ba-f91631b53ca1/?format=api"
        }
    ]
}