GET /api/bet_types/c12ed427-38c1-4845-b855-9623711e92cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c12ed427-38c1-4845-b855-9623711e92cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb6582e-0432-4956-a8ec-4083dadea544/?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": "Akron",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5a9666f-00b1-48e1-98a2-69c211db456e",
            "gambit_id": "c92cc88a-634d-4bda-8c61-f81c912a1d00",
            "last_updated": "2022-12-03T09:32:30.769343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12ed427-38c1-4845-b855-9623711e92cf/?format=api"
        },
        {
            "id": "8915f82b-21c5-4b35-b09e-a479a47394f0",
            "gambit_id": "0bcea50f-469e-4641-945b-ce2a51483df5",
            "last_updated": "2022-12-03T09:32:30.770455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12ed427-38c1-4845-b855-9623711e92cf/?format=api"
        }
    ]
}