GET /api/bet_types/d85c2556-6937-4f3a-972b-0152040c9c05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d85c2556-6937-4f3a-972b-0152040c9c05",
    "match": "https://api-prod.gambitprofit.com/api/matches/87c28e2d-a399-486f-a2e5-496c3bc36f22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:46:54.950621-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6494.0
            },
            {
                "team": "Brentford",
                "amount": 3506.0
            }
        ],
        "expected_reward_tokens": 12338.6,
        "profit_sb": 2838.6,
        "profit_sb_percentage": 29.88,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4843.0
            },
            {
                "team": "Brentford",
                "amount": 2614.0
            },
            {
                "team": "Draw",
                "amount": 2542.0
            }
        ],
        "expected_reward_tokens": 9201.28,
        "profit_sb": -298.72,
        "profit_sb_percentage": -3.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "89500c10-9c66-4fd3-8374-0677906cc310",
            "gambit_id": "7aca8b8c-ca8a-4118-9a47-33880b8549cc",
            "last_updated": "2023-05-22T18:07:19.484660-04:00",
            "created_at": "2023-05-19T11:46:54.958833-04:00",
            "name": "Tottenham",
            "reward": "1.90000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d85c2556-6937-4f3a-972b-0152040c9c05/?format=api"
        },
        {
            "id": "c4404bcb-b728-4840-b88c-e4f656bfe329",
            "gambit_id": "3e47f8ab-2a37-451e-83a8-cddd70807d70",
            "last_updated": "2023-05-22T18:07:19.481041-04:00",
            "created_at": "2023-05-19T11:46:54.953431-04:00",
            "name": "Brentford",
            "reward": "3.52000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d85c2556-6937-4f3a-972b-0152040c9c05/?format=api"
        },
        {
            "id": "e10bfd2b-d0b3-4d17-9e2b-1e96d600f4be",
            "gambit_id": "7ae37bfb-319b-4a93-ad7f-e44e059e59da",
            "last_updated": "2023-05-22T18:07:19.482753-04:00",
            "created_at": "2023-05-19T11:46:54.956111-04:00",
            "name": "Draw",
            "reward": "3.62000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d85c2556-6937-4f3a-972b-0152040c9c05/?format=api"
        }
    ]
}