GET /api/bet_types/5f92f607-02e3-49e6-9fa0-c87cf754b5ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f92f607-02e3-49e6-9fa0-c87cf754b5ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c85f4179-9ca2-4f0d-83ab-8517541558e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T09:56:48.444957-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": "Los Angeles Lakers",
                "amount": 5599.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e03c396-7d73-4f24-9165-c3c1ce12aa2d",
            "gambit_id": "5b5c3b91-afd6-4e89-ac01-a44877e0dc39",
            "last_updated": "2023-04-01T10:17:07.183952-04:00",
            "created_at": "2023-03-31T09:56:48.449040-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f92f607-02e3-49e6-9fa0-c87cf754b5ba/?format=api"
        },
        {
            "id": "45c634f8-e09b-42a3-bf5b-90f4a91e114a",
            "gambit_id": "0fb4a75f-22ce-4364-b31f-3c06c17483b7",
            "last_updated": "2023-04-01T10:17:07.182168-04:00",
            "created_at": "2023-03-31T09:56:48.446970-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f92f607-02e3-49e6-9fa0-c87cf754b5ba/?format=api"
        }
    ]
}