GET /api/bet_types/4bebc4e3-8029-4a85-af8e-fa462db84c92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bebc4e3-8029-4a85-af8e-fa462db84c92",
    "match": "https://api-prod.gambitprofit.com/api/matches/348361dd-e8ef-4e06-a18d-ff9cf523f38c/?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": "Arkansas State",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d36aaaf7-0ecf-4cb4-888f-cbbacb8e8e3c",
            "gambit_id": "564fd34d-c571-4b3a-90cc-005001d09ff3",
            "last_updated": "2022-09-25T21:12:20.241208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bebc4e3-8029-4a85-af8e-fa462db84c92/?format=api"
        },
        {
            "id": "312af665-b218-465a-9220-798abfabe6bb",
            "gambit_id": "e48ae81d-a35b-4666-be48-b1e8fcc3c306",
            "last_updated": "2022-09-25T21:12:20.240244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bebc4e3-8029-4a85-af8e-fa462db84c92/?format=api"
        }
    ]
}