GET /api/bet_types/61a9d810-2c95-40db-97a6-5e3009590c3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61a9d810-2c95-40db-97a6-5e3009590c3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/267009a6-6803-4b4d-bd1c-bc3de4cc7ebb/?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": "UL Monroe",
                "amount": 5000.0
            },
            {
                "team": "Alabama",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "65524e96-ec05-4667-87e4-146b1814e9a8",
            "gambit_id": "8725e517-eada-4b94-81e9-f901e8d989e3",
            "last_updated": "2022-09-18T18:07:38.994665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a9d810-2c95-40db-97a6-5e3009590c3f/?format=api"
        },
        {
            "id": "03fb08b6-9044-4a3d-9192-cd0ffc54cbd6",
            "gambit_id": "e884538f-2270-44e9-b138-0d5f6739a449",
            "last_updated": "2022-09-18T18:07:38.993664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a9d810-2c95-40db-97a6-5e3009590c3f/?format=api"
        }
    ]
}