GET /api/bet_types/c5c3743f-4cda-42ec-8ca8-93c03db13fe4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5c3743f-4cda-42ec-8ca8-93c03db13fe4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aac253ee-dd02-439a-81ec-3056909fab14/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T11:36:57.488140-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": "Houston",
                "amount": 7440.0
            },
            {
                "team": "Miami-Florida",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "74d80fab-0ac0-496c-9046-244e1129b528",
            "gambit_id": "c1415591-686f-4bc2-ba4b-be266d304791",
            "last_updated": "2023-03-26T13:37:02.783149-04:00",
            "created_at": "2023-03-20T11:36:57.490965-04:00",
            "name": "Houston",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c3743f-4cda-42ec-8ca8-93c03db13fe4/?format=api"
        },
        {
            "id": "5621c5b0-e577-4ee4-afa6-bce08f4fc8ec",
            "gambit_id": "6106b170-3286-4132-a43c-ab262f2a25ee",
            "last_updated": "2023-03-26T13:37:02.785937-04:00",
            "created_at": "2023-03-20T11:36:57.493348-04:00",
            "name": "Miami-Florida",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c3743f-4cda-42ec-8ca8-93c03db13fe4/?format=api"
        }
    ]
}