GET /api/bet_types/9d78390d-79c8-476e-a4f5-67dfa3a8d272/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d78390d-79c8-476e-a4f5-67dfa3a8d272",
    "match": "https://api-prod.gambitprofit.com/api/matches/6062300c-17c9-4aa3-8ba5-092b047ba663/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-24T11:41:55.851053-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3389246-b7ba-4450-ba12-eb32db78b6b5",
            "gambit_id": "4332a608-db57-4303-9085-8da2b9b4f7d0",
            "last_updated": "2023-02-25T17:37:03.494888-05:00",
            "created_at": "2023-02-24T11:41:55.853621-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d78390d-79c8-476e-a4f5-67dfa3a8d272/?format=api"
        },
        {
            "id": "12ac22dd-f3ce-444c-b662-c0b5c765191f",
            "gambit_id": "9bebe6ca-29e1-498e-91d7-8fb9b293a20f",
            "last_updated": "2023-02-25T17:37:03.493724-05:00",
            "created_at": "2023-02-24T11:41:55.852304-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d78390d-79c8-476e-a4f5-67dfa3a8d272/?format=api"
        }
    ]
}