GET /api/bet_types/b5402452-4519-47c2-a57f-7e9eb0656ccf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5402452-4519-47c2-a57f-7e9eb0656ccf",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef19cba6-8656-437c-8906-3659f3fff783/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:13.028624-04: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": 5784.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "28ea52cc-a688-411e-8e70-55d09d7f9c3d",
            "gambit_id": "83361521-1aab-4796-afe4-76ca83eec6aa",
            "last_updated": "2023-05-10T16:02:12.819397-04:00",
            "created_at": "2023-05-09T11:07:13.032635-04:00",
            "name": "Dallas Stars",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5402452-4519-47c2-a57f-7e9eb0656ccf/?format=api"
        },
        {
            "id": "06ebf71d-0858-455f-a88d-7efcf30c4f86",
            "gambit_id": "27999697-76ae-4579-ad8e-9d3bd26f68e0",
            "last_updated": "2023-05-10T16:02:12.817579-04:00",
            "created_at": "2023-05-09T11:07:13.030649-04:00",
            "name": "Seattle Kraken",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5402452-4519-47c2-a57f-7e9eb0656ccf/?format=api"
        }
    ]
}