GET /api/bet_types/7c7e739d-a9a1-4fae-abfd-e16ea1d367d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c7e739d-a9a1-4fae-abfd-e16ea1d367d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/144b1d70-8b9b-4600-884a-5294612f5757/?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": "Fresno State",
                "amount": 5000.0
            },
            {
                "team": "Boise State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e31afe0e-8e98-4a81-a556-6596a72ca1c2",
            "gambit_id": "6cd489aa-3902-481d-887f-54db8dce1fdc",
            "last_updated": "2022-10-11T11:37:05.468399-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e739d-a9a1-4fae-abfd-e16ea1d367d3/?format=api"
        },
        {
            "id": "6d101dfe-4a7e-4859-93ed-c31bae572ef8",
            "gambit_id": "70762d35-e0b7-45ee-a7b5-2dc7432bcba4",
            "last_updated": "2022-10-11T11:37:05.467463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e739d-a9a1-4fae-abfd-e16ea1d367d3/?format=api"
        }
    ]
}