GET /api/bet_types/1d27a808-3bd1-40ca-9681-e59ba399feba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d27a808-3bd1-40ca-9681-e59ba399feba",
    "match": "https://api-prod.gambitprofit.com/api/matches/87247b96-127c-4f22-9f49-1348ae7a647b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:17.529061-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 City",
                "amount": 7266.0
            },
            {
                "team": "Draw",
                "amount": 2734.0
            }
        ],
        "expected_reward_tokens": 11480.28,
        "profit_sb": 1980.28,
        "profit_sb_percentage": 20.85,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5873.0
            },
            {
                "team": "Draw",
                "amount": 2209.0
            },
            {
                "team": "FC Bayern Munich",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9277.8,
        "profit_sb": -222.2,
        "profit_sb_percentage": -2.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0dba5cf-44f8-482c-bed2-aef1f99f8a46",
            "gambit_id": "028c29a6-6b44-4199-9bb3-4ce800e07014",
            "last_updated": "2023-04-13T11:12:24.886881-04:00",
            "created_at": "2023-04-11T09:02:17.534179-04:00",
            "name": "Manchester City",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d27a808-3bd1-40ca-9681-e59ba399feba/?format=api"
        },
        {
            "id": "92299a0c-3d1c-44ae-b493-a8650acd47e6",
            "gambit_id": "416a2b26-4bb4-468e-8b60-907a58c37307",
            "last_updated": "2023-04-13T11:12:24.888912-04:00",
            "created_at": "2023-04-11T09:02:17.536615-04:00",
            "name": "Draw",
            "reward": "4.20000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d27a808-3bd1-40ca-9681-e59ba399feba/?format=api"
        },
        {
            "id": "cb7785f5-7ed3-4ac9-ab17-4f89667dc14b",
            "gambit_id": "a3a015f9-1294-4deb-96a8-b7da8c8474fd",
            "last_updated": "2023-04-13T11:12:24.885023-04:00",
            "created_at": "2023-04-11T09:02:17.531464-04:00",
            "name": "FC Bayern Munich",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d27a808-3bd1-40ca-9681-e59ba399feba/?format=api"
        }
    ]
}