GET /api/bet_types/9f5d2967-bbb3-4549-81c8-29e1358d6287/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f5d2967-bbb3-4549-81c8-29e1358d6287",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f5685b-68a5-411d-9ff1-7198ac59293b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T12:38:06.779057-04: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": "ARI",
                "amount": 6390.0
            },
            {
                "team": "CIN",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "7acfc406-68d6-4dff-b184-adb5e5cc93ae",
            "gambit_id": "b97668cb-3392-4aa0-a31f-3902006109f1",
            "last_updated": "2023-07-23T21:58:29.180801-04:00",
            "created_at": "2023-07-22T12:38:06.783326-04:00",
            "name": "ARI",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5d2967-bbb3-4549-81c8-29e1358d6287/?format=api"
        },
        {
            "id": "4f215e4f-cca8-4431-8cf1-058fe0ec0399",
            "gambit_id": "7c278949-88d9-499a-947f-a3ff594aea71",
            "last_updated": "2023-07-23T21:58:29.184332-04:00",
            "created_at": "2023-07-22T12:38:06.787354-04:00",
            "name": "CIN",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5d2967-bbb3-4549-81c8-29e1358d6287/?format=api"
        }
    ]
}