GET /api/bet_types/340c3e62-075c-4dbf-aa5d-d5eb1befd6a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "340c3e62-075c-4dbf-aa5d-d5eb1befd6a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e836247-abaf-4c7e-b511-352f1bc9ee22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:18.289492-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6397.0
            },
            {
                "team": "Burnley",
                "amount": 3603.0
            }
        ],
        "expected_reward_tokens": 12538.12,
        "profit_sb": 3038.12,
        "profit_sb_percentage": 31.98,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4720.0
            },
            {
                "team": "Burnley",
                "amount": 2659.0
            },
            {
                "team": "Draw",
                "amount": 2621.0
            }
        ],
        "expected_reward_tokens": 9251.2,
        "profit_sb": -248.8,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "67336b98-2f3a-4d72-b48c-2fc68735e833",
            "gambit_id": "43bb2214-5811-4203-a1b3-2c0cca20f671",
            "last_updated": "2023-09-06T11:48:29.794293-04:00",
            "created_at": "2023-09-01T23:03:18.305129-04:00",
            "name": "Tottenham",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340c3e62-075c-4dbf-aa5d-d5eb1befd6a6/?format=api"
        },
        {
            "id": "9d259282-c8e0-470f-abec-d4317558230a",
            "gambit_id": "9cbd3ce9-20fb-41a4-90e9-56676983f2cd",
            "last_updated": "2023-09-06T11:48:29.791199-04:00",
            "created_at": "2023-09-01T23:03:18.300632-04:00",
            "name": "Burnley",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340c3e62-075c-4dbf-aa5d-d5eb1befd6a6/?format=api"
        },
        {
            "id": "d1f78151-dd84-4ed4-b77f-b7c067d2ab2a",
            "gambit_id": "73f0ff54-ac6f-4e1b-8af5-1058e24e73bd",
            "last_updated": "2023-09-06T11:48:29.787922-04:00",
            "created_at": "2023-09-01T23:03:18.294965-04:00",
            "name": "Draw",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340c3e62-075c-4dbf-aa5d-d5eb1befd6a6/?format=api"
        }
    ]
}