GET /api/bet_types/d6622c6b-cc86-4e2b-bcb3-1ba3cac424f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6622c6b-cc86-4e2b-bcb3-1ba3cac424f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/764ad261-14fa-4ba6-9981-0a5881e541db/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:05.315009-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 (B Miller)",
                "amount": 5117.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "3034064f-7283-4fa6-87d0-f7250e5382c1",
            "gambit_id": "5a940815-c882-49c9-9734-9d4716d802c9",
            "last_updated": "2023-06-11T11:23:04.012168-04:00",
            "created_at": "2023-06-10T09:38:05.317421-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6622c6b-cc86-4e2b-bcb3-1ba3cac424f3/?format=api"
        },
        {
            "id": "12e9c2f9-f079-4f9c-9579-fa7d19c818cd",
            "gambit_id": "4031a7cd-793f-41bd-ac52-25a481d5fc81",
            "last_updated": "2023-06-11T11:23:04.013992-04:00",
            "created_at": "2023-06-10T09:38:05.319621-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6622c6b-cc86-4e2b-bcb3-1ba3cac424f3/?format=api"
        }
    ]
}