GET /api/bet_types/165ca2c7-a274-460f-a7b8-7f10c3d8906d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "165ca2c7-a274-460f-a7b8-7f10c3d8906d",
    "match": "https://api-prod.gambitprofit.com/api/matches/41bc2684-4bc8-488d-92fd-0e764685e25e/?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": "Sporting Kansas City",
                "amount": 6929.0
            },
            {
                "team": "Draw",
                "amount": 3071.0
            }
        ],
        "expected_reward_tokens": 11639.09,
        "profit_sb": 2639.09,
        "profit_sb_percentage": 29.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 5330.0
            },
            {
                "team": "Draw",
                "amount": 2363.0
            },
            {
                "team": "San Jose Earthquakes",
                "amount": 2308.0
            }
        ],
        "expected_reward_tokens": 8954.4,
        "profit_sb": -45.6,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a532a5e-9191-4eb4-bc97-51c3a1d5860c",
            "gambit_id": "8c94228e-714b-41ba-949f-ecfb5dd6b9f3",
            "last_updated": "2022-08-29T11:12:12.210503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165ca2c7-a274-460f-a7b8-7f10c3d8906d/?format=api"
        },
        {
            "id": "d252c65c-f4bc-4daf-a984-939906d84f3d",
            "gambit_id": "e9ddf172-8b91-4758-98a6-aaaddc9a3cf3",
            "last_updated": "2022-08-29T11:12:12.211009-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.79000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165ca2c7-a274-460f-a7b8-7f10c3d8906d/?format=api"
        },
        {
            "id": "6d1d1794-d43b-4320-aebe-95d1edc2b772",
            "gambit_id": "48efbd28-de1a-4c71-9a06-0f6ab22340c4",
            "last_updated": "2022-08-29T11:12:12.210029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Earthquakes",
            "reward": "3.88000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165ca2c7-a274-460f-a7b8-7f10c3d8906d/?format=api"
        }
    ]
}