GET /api/bet_types/b396b053-e7bd-43da-b3aa-b8cc6c3d8d82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b396b053-e7bd-43da-b3aa-b8cc6c3d8d82",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc94cfb5-92e2-47eb-b1d5-4588cb5cd40b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5462.0
            },
            {
                "team": "Newcastle United",
                "amount": 4538.0
            }
        ],
        "expected_reward_tokens": 12071.02,
        "profit_sb": 3071.02,
        "profit_sb_percentage": 34.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 3963.0
            },
            {
                "team": "Newcastle United",
                "amount": 3292.0
            },
            {
                "team": "Draw",
                "amount": 2745.0
            }
        ],
        "expected_reward_tokens": 8756.55,
        "profit_sb": -243.45,
        "profit_sb_percentage": -2.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "5edc3c84-b60a-469b-bda6-5b5d60faf4c0",
            "gambit_id": "da5e362e-1081-404b-8a60-abfe4120b0f4",
            "last_updated": "2022-12-24T17:12:14.702533-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b396b053-e7bd-43da-b3aa-b8cc6c3d8d82/?format=api"
        },
        {
            "id": "4852dd91-6c03-47d3-bbc8-3d2992cefb0f",
            "gambit_id": "31dd717a-0af8-458e-909e-192d8b83f37f",
            "last_updated": "2022-12-24T17:12:14.701417-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "2.66000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b396b053-e7bd-43da-b3aa-b8cc6c3d8d82/?format=api"
        },
        {
            "id": "9dc27f9a-745f-4118-9d7e-0bb23c91def0",
            "gambit_id": "bb6db1b3-16a4-4208-91ed-a0dc7fe9a59f",
            "last_updated": "2022-12-24T17:12:14.703678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.19000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b396b053-e7bd-43da-b3aa-b8cc6c3d8d82/?format=api"
        }
    ]
}