GET /api/bet_types/dcdeb984-219e-4843-9683-27a2004ff4b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcdeb984-219e-4843-9683-27a2004ff4b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/155efc59-0e15-42f6-ac01-a75241609548/?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": "Marshall",
                "amount": 5000.0
            },
            {
                "team": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "51f89ad0-291f-4a4f-be37-4d09f5f3abd7",
            "gambit_id": "def53353-4d97-461d-92a2-7cebc8ce552e",
            "last_updated": "2022-11-28T10:22:11.704693-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcdeb984-219e-4843-9683-27a2004ff4b9/?format=api"
        },
        {
            "id": "ef4bac30-561f-47ca-83ae-fd60ab72c9af",
            "gambit_id": "1ac727ec-8330-4327-ac5c-8bb105c66025",
            "last_updated": "2022-11-28T10:22:11.705805-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcdeb984-219e-4843-9683-27a2004ff4b9/?format=api"
        }
    ]
}