GET /api/bet_types/c9a5e610-e819-42db-b9d8-b4128d76d30d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9a5e610-e819-42db-b9d8-b4128d76d30d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dfd5f37-e24d-49e7-93f2-0f721be89e60/?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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "Colorado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d0aae61-2fb8-427e-811b-a193a599c321",
            "gambit_id": "3d7e7dd7-db07-4da0-a599-aacb77d70cb1",
            "last_updated": "2022-10-03T11:22:23.409014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9a5e610-e819-42db-b9d8-b4128d76d30d/?format=api"
        },
        {
            "id": "70cd5810-885b-41aa-9726-142785c91568",
            "gambit_id": "12f46d53-9458-4f0c-baea-384febcced09",
            "last_updated": "2022-10-03T11:22:23.409976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9a5e610-e819-42db-b9d8-b4128d76d30d/?format=api"
        }
    ]
}