GET /api/bet_types/82941562-c10d-4e76-a889-8fa45cd1d013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82941562-c10d-4e76-a889-8fa45cd1d013",
    "match": "https://api-prod.gambitprofit.com/api/matches/46420550-e7b9-4574-a059-6574500e89c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:55.307062-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 7781.0
            },
            {
                "team": "Draw",
                "amount": 2219.0
            }
        ],
        "expected_reward_tokens": 10737.78,
        "profit_sb": 1237.78,
        "profit_sb_percentage": 13.03,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bournemouth",
                "amount": 6776.0
            },
            {
                "team": "Draw",
                "amount": 1932.0
            },
            {
                "team": "Luton Town",
                "amount": 1292.0
            }
        ],
        "expected_reward_tokens": 9350.88,
        "profit_sb": -149.12,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "55fca588-ba04-400f-91e8-de189823d952",
            "gambit_id": "e469b668-146c-4eb8-9a72-6177c291690f",
            "last_updated": "2023-12-23T09:58:08.095066-05:00",
            "created_at": "2023-12-15T23:37:55.319761-05:00",
            "name": "Bournemouth",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82941562-c10d-4e76-a889-8fa45cd1d013/?format=api"
        },
        {
            "id": "57ad93fc-bb42-4c0a-9429-3c07a78521b1",
            "gambit_id": "9f002ed9-da7d-464b-ab9e-2f3d88429149",
            "last_updated": "2023-12-23T09:58:08.085712-05:00",
            "created_at": "2023-12-15T23:37:55.311412-05:00",
            "name": "Draw",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82941562-c10d-4e76-a889-8fa45cd1d013/?format=api"
        },
        {
            "id": "c7c59cb9-0c7d-4a51-b558-208e9556df0f",
            "gambit_id": "94bf7056-3c87-4f62-8bed-198ec3000833",
            "last_updated": "2023-12-23T09:58:08.090423-05:00",
            "created_at": "2023-12-15T23:37:55.315591-05:00",
            "name": "Luton Town",
            "reward": "7.24000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82941562-c10d-4e76-a889-8fa45cd1d013/?format=api"
        }
    ]
}