GET /api/bet_types/3c336775-870e-4c4f-bbea-ac59caf34569/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c336775-870e-4c4f-bbea-ac59caf34569",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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": "Minnesota",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec242107-ff66-49b9-b331-07c4c343fd6d",
            "gambit_id": "e6ecf18f-c997-4016-a6c2-35d7facc956c",
            "last_updated": "2022-10-02T15:17:25.030982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c336775-870e-4c4f-bbea-ac59caf34569/?format=api"
        },
        {
            "id": "6df15d4a-16d5-419d-8789-660f22a18aa7",
            "gambit_id": "f4f0e930-a421-41af-8e5e-adb14f744459",
            "last_updated": "2022-10-02T15:17:25.031955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c336775-870e-4c4f-bbea-ac59caf34569/?format=api"
        }
    ]
}