GET /api/bet_types/e77da848-6f17-4ce2-a62f-f60ca05a579f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e77da848-6f17-4ce2-a62f-f60ca05a579f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6157bc-5d78-4e40-88e6-252ea7ce526a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:18.440684-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6974.0
            },
            {
                "team": "Draw",
                "amount": 3026.0
            }
        ],
        "expected_reward_tokens": 11437.36,
        "profit_sb": 1937.36,
        "profit_sb_percentage": 20.39,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5641.0
            },
            {
                "team": "Draw",
                "amount": 2447.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1911.0
            }
        ],
        "expected_reward_tokens": 9249.24,
        "profit_sb": -250.76,
        "profit_sb_percentage": -2.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6f2fcb8-ec52-449f-adc6-99d1a3658d58",
            "gambit_id": "8f90c373-4f4d-41b1-9c03-ec9b7a117113",
            "last_updated": "2023-04-18T12:12:04.740598-04:00",
            "created_at": "2023-04-14T12:02:18.443365-04:00",
            "name": "Manchester United",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e77da848-6f17-4ce2-a62f-f60ca05a579f/?format=api"
        },
        {
            "id": "8a79ea6a-004f-4b24-bbe6-23e37eed27d2",
            "gambit_id": "66670584-d9f5-4fa2-bfa7-c296c3365050",
            "last_updated": "2023-04-18T12:12:04.743450-04:00",
            "created_at": "2023-04-14T12:02:18.442013-04:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e77da848-6f17-4ce2-a62f-f60ca05a579f/?format=api"
        },
        {
            "id": "44ae542b-9c2b-431f-af68-d87dc78214c3",
            "gambit_id": "8578ca78-46e0-4e61-9111-e03fe2dd067d",
            "last_updated": "2023-04-18T12:12:04.742002-04:00",
            "created_at": "2023-04-14T12:02:18.444991-04:00",
            "name": "Nottingham Forest",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e77da848-6f17-4ce2-a62f-f60ca05a579f/?format=api"
        }
    ]
}