GET /api/bet_types/c1b55d18-489d-4e3b-91b4-5f4b5fc1237d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1b55d18-489d-4e3b-91b4-5f4b5fc1237d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e8472a0-d718-4bff-aec4-18333aadfd20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:12:58.441293-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": "Minnesota Wild",
                "amount": 6643.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "34bd8eeb-2c77-4778-8657-80e2dcb1aa50",
            "gambit_id": "f2b9a406-e1b1-4444-90d6-c77184ba6790",
            "last_updated": "2023-12-26T15:33:13.340546-05:00",
            "created_at": "2023-12-23T09:12:58.449307-05:00",
            "name": "Minnesota Wild",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b55d18-489d-4e3b-91b4-5f4b5fc1237d/?format=api"
        },
        {
            "id": "b8f1a915-0b89-415c-88f3-eebefa544be4",
            "gambit_id": "8341ce1c-a3c4-483d-a58d-1e01eabf22e5",
            "last_updated": "2023-12-26T15:33:13.334203-05:00",
            "created_at": "2023-12-23T09:12:58.445474-05:00",
            "name": "Boston Bruins",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b55d18-489d-4e3b-91b4-5f4b5fc1237d/?format=api"
        }
    ]
}