GET /api/bet_types/0ab80dbd-dae3-4f2b-9d21-f9921bf1764d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ab80dbd-dae3-4f2b-9d21-f9921bf1764d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eff04a5-2db0-4c62-83a3-d87f46e9058b/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-24T12:36:53.146388-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d25a18f9-26e3-45b5-b544-042e9aef8284",
            "gambit_id": "e41be3d5-d7fc-4a0f-b34e-2584e84109fb",
            "last_updated": "2022-12-27T10:17:02.433239-05:00",
            "created_at": "2022-12-24T12:36:53.147684-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ab80dbd-dae3-4f2b-9d21-f9921bf1764d/?format=api"
        },
        {
            "id": "17e463cb-0766-4619-b161-c13c2929d80b",
            "gambit_id": "7ec114e2-7049-4b75-9d50-d53e256f00a9",
            "last_updated": "2022-12-27T10:17:02.434416-05:00",
            "created_at": "2022-12-24T12:36:53.149034-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ab80dbd-dae3-4f2b-9d21-f9921bf1764d/?format=api"
        }
    ]
}