GET /api/bet_types/626f07f8-d996-495d-b584-759f8227842a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "626f07f8-d996-495d-b584-759f8227842a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cff53146-13f2-4a51-aef6-8fa0b4de7d54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:04.320099-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 5483.0
            },
            {
                "team": "Southampton",
                "amount": 4517.0
            }
        ],
        "expected_reward_tokens": 13323.69,
        "profit_sb": 3823.69,
        "profit_sb_percentage": 40.25,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 3797.0
            },
            {
                "team": "Southampton",
                "amount": 3128.0
            },
            {
                "team": "Draw",
                "amount": 3075.0
            }
        ],
        "expected_reward_tokens": 9225.0,
        "profit_sb": -275.0,
        "profit_sb_percentage": -2.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "d62b0903-9277-4f00-84a6-31038c596562",
            "gambit_id": "8ac4f3c5-a7a3-40a4-a8a1-6c9e1924d9ae",
            "last_updated": "2023-02-12T09:57:02.397912-05:00",
            "created_at": "2023-02-09T11:12:04.322911-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626f07f8-d996-495d-b584-759f8227842a/?format=api"
        },
        {
            "id": "2b76949e-8da3-48a1-a34f-c04ab471985f",
            "gambit_id": "4c045c3b-7a0b-4afc-b121-a42dcbf90f1c",
            "last_updated": "2023-02-12T09:57:02.399067-05:00",
            "created_at": "2023-02-09T11:12:04.324457-05:00",
            "name": "Southampton",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626f07f8-d996-495d-b584-759f8227842a/?format=api"
        },
        {
            "id": "f770c4d8-7678-4690-9a9b-1313fa535e3c",
            "gambit_id": "63e913cd-aa4d-42f5-b2d8-a5a0bb74cf54",
            "last_updated": "2023-02-12T09:57:02.396788-05:00",
            "created_at": "2023-02-09T11:12:04.321460-05:00",
            "name": "Draw",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626f07f8-d996-495d-b584-759f8227842a/?format=api"
        }
    ]
}