GET /api/bet_types/85693868-ee7f-4c83-92bf-aceaed8b2808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85693868-ee7f-4c83-92bf-aceaed8b2808",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de68397-2379-4bae-b86f-cadbba9f88ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:58.457454-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce6bca14-0feb-4289-8c02-c4ab88786081",
            "gambit_id": "37baf81c-6b42-4fc1-b5be-432219692d2a",
            "last_updated": "2023-10-30T15:08:12.159037-04:00",
            "created_at": "2023-10-27T09:07:58.462796-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85693868-ee7f-4c83-92bf-aceaed8b2808/?format=api"
        },
        {
            "id": "fa662b0c-0023-4e9a-9384-ea705d451e74",
            "gambit_id": "7b156475-3a76-4da6-b6ec-ef260931b6bf",
            "last_updated": "2023-10-30T15:08:12.163872-04:00",
            "created_at": "2023-10-27T09:07:58.467733-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85693868-ee7f-4c83-92bf-aceaed8b2808/?format=api"
        }
    ]
}