GET /api/bet_types/31fe3082-2412-409a-8b5b-9d8d722ae9a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31fe3082-2412-409a-8b5b-9d8d722ae9a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b3a8868-ea1b-4ee8-b996-f04175959453/?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": "MIN",
                "amount": 5399.0
            },
            {
                "team": "LAA",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0eec931b-c753-42e4-ba8e-af768fe4eca3",
            "gambit_id": "a7d19d2c-c4c0-4050-866b-888d6a9c9ed9",
            "last_updated": "2022-09-24T21:12:27.150120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31fe3082-2412-409a-8b5b-9d8d722ae9a3/?format=api"
        },
        {
            "id": "038b13e6-32d4-4953-b430-c58898c15ef6",
            "gambit_id": "7b0e8a72-9052-45d7-bd8d-aac487073732",
            "last_updated": "2022-09-24T21:12:27.151204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31fe3082-2412-409a-8b5b-9d8d722ae9a3/?format=api"
        }
    ]
}