GET /api/bet_types/1c08b6e2-c3e6-4d6a-b985-1a976b1b6699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c08b6e2-c3e6-4d6a-b985-1a976b1b6699",
    "match": "https://api-prod.gambitprofit.com/api/matches/b147fbb2-ddfb-4b2d-bbae-9b8be4faa8ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:13:22.771768-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5327.0
            },
            {
                "team": "Burnley",
                "amount": 4673.0
            }
        ],
        "expected_reward_tokens": 12944.21,
        "profit_sb": 3444.21,
        "profit_sb_percentage": 36.25,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 3775.0
            },
            {
                "team": "Burnley",
                "amount": 3312.0
            },
            {
                "team": "Draw",
                "amount": 2912.0
            }
        ],
        "expected_reward_tokens": 9172.8,
        "profit_sb": -327.2,
        "profit_sb_percentage": -3.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cce061b-ff1b-4192-bb12-8feffb422742",
            "gambit_id": "c254f248-3548-4b7a-ae78-3404c1a5208e",
            "last_updated": "2024-02-05T14:38:24.788666-05:00",
            "created_at": "2024-02-02T10:13:22.786537-05:00",
            "name": "Fulham",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c08b6e2-c3e6-4d6a-b985-1a976b1b6699/?format=api"
        },
        {
            "id": "ed512e2a-016f-457d-b2c2-afa7627231cc",
            "gambit_id": "b0ebc1c4-1c24-4cd5-9efb-ca80c0b4e015",
            "last_updated": "2024-02-05T14:38:24.784873-05:00",
            "created_at": "2024-02-02T10:13:22.781620-05:00",
            "name": "Burnley",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c08b6e2-c3e6-4d6a-b985-1a976b1b6699/?format=api"
        },
        {
            "id": "86527173-a967-4514-88ed-b4b77ea8add1",
            "gambit_id": "44f8bb30-ede1-4e13-8aa1-4f88bbea096c",
            "last_updated": "2024-02-05T14:38:24.780694-05:00",
            "created_at": "2024-02-02T10:13:22.775924-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c08b6e2-c3e6-4d6a-b985-1a976b1b6699/?format=api"
        }
    ]
}