GET /api/bet_types/fb18d66b-b2ea-4d36-b3f4-27edeaa0b56d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb18d66b-b2ea-4d36-b3f4-27edeaa0b56d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d914dd0-f53c-4b94-b99b-38dad0bb609a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-26T08:58:02.458925-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": "ATL (S Strider)",
                "amount": 6620.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 3380.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "42cce2f8-fadd-4cc5-92ad-32563d2eaadb",
            "gambit_id": "d8a14767-6fe4-4370-a010-03f7c58a7d3f",
            "last_updated": "2023-06-27T14:58:00.033387-04:00",
            "created_at": "2023-06-26T08:58:02.462696-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb18d66b-b2ea-4d36-b3f4-27edeaa0b56d/?format=api"
        },
        {
            "id": "964dc101-a9cb-438b-87b4-44c6508afd06",
            "gambit_id": "3eec6b71-971e-4334-ac1c-0f4d0d99729b",
            "last_updated": "2023-06-27T14:58:00.031392-04:00",
            "created_at": "2023-06-26T08:58:02.460709-04:00",
            "name": "MIN (S Gray)",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb18d66b-b2ea-4d36-b3f4-27edeaa0b56d/?format=api"
        }
    ]
}