GET /api/bet_types/6161ec7a-e1a8-4380-8ef9-0efcbfaa037d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6161ec7a-e1a8-4380-8ef9-0efcbfaa037d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa274de7-8ea1-4f33-ad20-f635795e56f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:04.509786-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6898.0
            },
            {
                "team": "Draw",
                "amount": 3102.0
            }
        ],
        "expected_reward_tokens": 11725.56,
        "profit_sb": 2225.56,
        "profit_sb_percentage": 23.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5409.0
            },
            {
                "team": "Draw",
                "amount": 2433.0
            },
            {
                "team": "Brentford",
                "amount": 2158.0
            }
        ],
        "expected_reward_tokens": 9193.08,
        "profit_sb": -306.92,
        "profit_sb_percentage": -3.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b433219-9c06-4107-93e5-075ced0415a3",
            "gambit_id": "182f5348-67b6-4788-9d8d-cf2eab4f1969",
            "last_updated": "2023-12-07T21:58:08.478425-05:00",
            "created_at": "2023-12-06T09:13:04.519249-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.70000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6161ec7a-e1a8-4380-8ef9-0efcbfaa037d/?format=api"
        },
        {
            "id": "392dd755-5e85-40ba-9d9a-040f32baadff",
            "gambit_id": "a63f8c98-9e3f-4ab0-baf9-a7d08dde0425",
            "last_updated": "2023-12-07T21:58:08.475221-05:00",
            "created_at": "2023-12-06T09:13:04.514637-05:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6161ec7a-e1a8-4380-8ef9-0efcbfaa037d/?format=api"
        },
        {
            "id": "37eb2d0c-7e85-4ba1-aff2-d7856a43687e",
            "gambit_id": "93da3e68-5310-4896-aa49-049014126758",
            "last_updated": "2023-12-07T21:58:08.481795-05:00",
            "created_at": "2023-12-06T09:13:04.523855-05:00",
            "name": "Brentford",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6161ec7a-e1a8-4380-8ef9-0efcbfaa037d/?format=api"
        }
    ]
}