GET /api/bet_types/ad655f6b-8106-44f0-b260-6a061a3f0891/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad655f6b-8106-44f0-b260-6a061a3f0891",
    "match": "https://api-prod.gambitprofit.com/api/matches/72a89b5a-b2db-4ad6-87a5-a32db7f17192/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d86814a-77a2-437f-bf11-a3cbe3f3fbc2",
            "gambit_id": "4ad70f6d-dffd-418f-917b-f06f19630fa2",
            "last_updated": "2022-11-14T15:02:46.606345-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad655f6b-8106-44f0-b260-6a061a3f0891/?format=api"
        },
        {
            "id": "ebc8991f-ac32-4bb1-9064-016ac1814fe0",
            "gambit_id": "52317127-0bc9-4939-9cb1-2200adaecca9",
            "last_updated": "2022-11-14T15:02:46.607311-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad655f6b-8106-44f0-b260-6a061a3f0891/?format=api"
        }
    ]
}