GET /api/bet_types/2ab4a719-1eb0-445f-a760-5d14a44b7483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ab4a719-1eb0-445f-a760-5d14a44b7483",
    "match": "https://api-prod.gambitprofit.com/api/matches/49309f5b-e465-44f8-832b-28f5e1632091/?format=api",
    "name": "Play the Odds",
    "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": "Vegas Golden Knights",
                "amount": 6913.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "9905b2f8-865b-49ac-9008-cbfe319fc2f5",
            "gambit_id": "91225f50-0887-4466-8364-2ffb3f022df5",
            "last_updated": "2022-10-25T10:12:22.532057-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab4a719-1eb0-445f-a760-5d14a44b7483/?format=api"
        },
        {
            "id": "62bc4a64-0655-49fa-974e-37f88ec4c09b",
            "gambit_id": "60b45edd-b4c5-4e57-ad7f-7d7784b38710",
            "last_updated": "2022-10-25T10:12:22.533052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab4a719-1eb0-445f-a760-5d14a44b7483/?format=api"
        }
    ]
}