GET /api/bet_types/3c0660ee-7941-42d3-92e3-4ead57323007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c0660ee-7941-42d3-92e3-4ead57323007",
    "match": "https://api-prod.gambitprofit.com/api/matches/f19bdd8c-cab6-4fd1-bf25-ec5ce6c21b40/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "England",
                "amount": 7379.0
            },
            {
                "team": "Draw",
                "amount": 2621.0
            }
        ],
        "expected_reward_tokens": 9959.8,
        "profit_sb": 959.8,
        "profit_sb_percentage": 10.66,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "England",
                "amount": 6474.0
            },
            {
                "team": "Draw",
                "amount": 2300.0
            },
            {
                "team": "Wales",
                "amount": 1226.0
            }
        ],
        "expected_reward_tokens": 8739.9,
        "profit_sb": -260.1,
        "profit_sb_percentage": -2.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f28818-3325-486a-9751-2d61ab9847ad",
            "gambit_id": "202cb62a-ca38-4474-ada6-f29573c577af",
            "last_updated": "2022-11-30T10:12:25.795472-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "England",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0660ee-7941-42d3-92e3-4ead57323007/?format=api"
        },
        {
            "id": "26ddcf3d-1427-49ee-bbde-5a839a337bea",
            "gambit_id": "7e47aaf9-b3a7-49a6-9408-9e7daf486939",
            "last_updated": "2022-11-30T10:12:25.794502-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.80000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0660ee-7941-42d3-92e3-4ead57323007/?format=api"
        },
        {
            "id": "a4c359a2-1d24-4888-8598-324eb104c205",
            "gambit_id": "6672f4c1-f6de-430e-939e-820148be9270",
            "last_updated": "2022-11-30T10:12:25.796491-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wales",
            "reward": "7.13000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0660ee-7941-42d3-92e3-4ead57323007/?format=api"
        }
    ]
}