GET /api/bet_types/f9a7344f-5b49-47ab-9de6-ea31ffa71b77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9a7344f-5b49-47ab-9de6-ea31ffa71b77",
    "match": "https://api-prod.gambitprofit.com/api/matches/f13d45fb-f14b-47df-a54b-d886eb66cda4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:09.671652-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f261619c-6bcd-4c1b-9436-876d7ba7a7c2",
            "gambit_id": "41f67caf-5ab7-47f7-8969-461eb47d2d06",
            "last_updated": "2023-04-20T11:42:16.705312-04:00",
            "created_at": "2023-04-19T12:17:09.674373-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a7344f-5b49-47ab-9de6-ea31ffa71b77/?format=api"
        },
        {
            "id": "015ddd7c-98d5-4231-bf1f-f77916aa253f",
            "gambit_id": "32f17c7e-bb7b-41bf-81fd-529347a3bdb1",
            "last_updated": "2023-04-20T11:42:16.707339-04:00",
            "created_at": "2023-04-19T12:17:09.677353-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a7344f-5b49-47ab-9de6-ea31ffa71b77/?format=api"
        }
    ]
}