GET /api/bet_types/67f9b2b4-0d47-487c-8eca-568c5c13b4f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67f9b2b4-0d47-487c-8eca-568c5c13b4f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd1cbe3-3748-45b1-95f9-8bb4b106b917/?format=api",
    "name": "Pick the Winner",
    "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": "Dallas Stars",
                "amount": 5208.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9253cdd-8c28-4ae1-b771-f11fdb15e802",
            "gambit_id": "df8ce30e-11c4-4185-8b64-a9e6979c00d6",
            "last_updated": "2022-11-29T10:27:09.155194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f9b2b4-0d47-487c-8eca-568c5c13b4f3/?format=api"
        },
        {
            "id": "11f66993-6701-4646-96eb-beb222d9b55b",
            "gambit_id": "d07fdda1-0ef4-478a-be1e-6fd585a20f25",
            "last_updated": "2022-11-29T10:27:09.154244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f9b2b4-0d47-487c-8eca-568c5c13b4f3/?format=api"
        }
    ]
}