GET /api/bet_types/344124f3-82bc-41f1-a4c5-336d36287817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "344124f3-82bc-41f1-a4c5-336d36287817",
    "match": "https://api-prod.gambitprofit.com/api/matches/81608064-a191-4ba8-a138-4849a900d54b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T09:47:10.007604-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": "Anaheim Ducks",
                "amount": 6643.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "48c6d1e8-0dc3-4511-80da-af194506710d",
            "gambit_id": "e571d558-a61b-4a82-856a-16624b65d306",
            "last_updated": "2023-02-08T16:27:14.016588-05:00",
            "created_at": "2023-02-07T09:47:10.010257-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344124f3-82bc-41f1-a4c5-336d36287817/?format=api"
        },
        {
            "id": "fd5d6c5c-5db1-4b02-8da4-ca0b18565498",
            "gambit_id": "1d0fb24b-4fe2-4417-9154-c3efc2c3cf07",
            "last_updated": "2023-02-08T16:27:14.015214-05:00",
            "created_at": "2023-02-07T09:47:10.008909-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344124f3-82bc-41f1-a4c5-336d36287817/?format=api"
        }
    ]
}