GET /api/bet_types/12147670-3e16-4324-a7f6-c1bd6264eb93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12147670-3e16-4324-a7f6-c1bd6264eb93",
    "match": "https://api-prod.gambitprofit.com/api/matches/8799f59d-369f-49e3-8b0d-9dcb351ebbe2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:18.057592-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7685.0
            },
            {
                "team": "Draw",
                "amount": 2315.0
            }
        ],
        "expected_reward_tokens": 10602.7,
        "profit_sb": 1102.7,
        "profit_sb_percentage": 11.61,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6699.0
            },
            {
                "team": "Draw",
                "amount": 2019.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1282.0
            }
        ],
        "expected_reward_tokens": 9243.22,
        "profit_sb": -256.78,
        "profit_sb_percentage": -2.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "d76b793c-c2df-4178-ab0d-41d87632a154",
            "gambit_id": "3c183540-efed-49a4-9930-81c1823e7d87",
            "last_updated": "2023-09-06T11:48:29.489642-04:00",
            "created_at": "2023-09-01T23:03:18.070587-04:00",
            "name": "Chelsea",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12147670-3e16-4324-a7f6-c1bd6264eb93/?format=api"
        },
        {
            "id": "39665e0d-6bc0-4f28-874c-aed9bde4e4fe",
            "gambit_id": "b16a30cb-5777-469b-9ff7-c83d4ec8f4e3",
            "last_updated": "2023-09-06T11:48:29.486147-04:00",
            "created_at": "2023-09-01T23:03:18.065214-04:00",
            "name": "Draw",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12147670-3e16-4324-a7f6-c1bd6264eb93/?format=api"
        },
        {
            "id": "a7cbd198-03bf-4d25-bb2d-8b5c0b181528",
            "gambit_id": "14ad7d71-cbdb-4e92-96c7-6551cf3bd3de",
            "last_updated": "2023-09-06T11:48:29.492922-04:00",
            "created_at": "2023-09-01T23:03:18.074722-04:00",
            "name": "Nottingham Forest",
            "reward": "7.21000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12147670-3e16-4324-a7f6-c1bd6264eb93/?format=api"
        }
    ]
}