GET /api/bet_types/497574e5-4de2-495c-a827-e9b6dc295390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "497574e5-4de2-495c-a827-e9b6dc295390",
    "match": "https://api-prod.gambitprofit.com/api/matches/d78e5b71-84e6-4d9e-9d61-a193f30f5ee0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.633590-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": "Vancouver Canucks",
                "amount": 5212.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "309187df-ce56-444c-a2f1-d8d15f9f2dc4",
            "gambit_id": "d9784104-16be-4892-ac6e-c27cbeff842f",
            "last_updated": "2023-02-28T12:37:09.385317-05:00",
            "created_at": "2023-02-27T10:17:02.636114-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/497574e5-4de2-495c-a827-e9b6dc295390/?format=api"
        },
        {
            "id": "c0b5a8dc-29df-4919-8ca4-5c0b43f15c6c",
            "gambit_id": "60c4d128-16b4-44b4-a656-f2a50a834623",
            "last_updated": "2023-02-28T12:37:09.384119-05:00",
            "created_at": "2023-02-27T10:17:02.634846-05:00",
            "name": "Dallas Stars",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/497574e5-4de2-495c-a827-e9b6dc295390/?format=api"
        }
    ]
}