GET /api/bet_types/855a41ce-ec5f-4bc4-b58b-68fc13ddca33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "855a41ce-ec5f-4bc4-b58b-68fc13ddca33",
    "match": "https://api-prod.gambitprofit.com/api/matches/f74fad45-ea4c-4d5e-a49d-64f06fcdec4c/?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": "Nottingham Forest",
                "amount": 5218.0
            },
            {
                "team": "Brentford",
                "amount": 4782.0
            }
        ],
        "expected_reward_tokens": 12575.38,
        "profit_sb": 3575.38,
        "profit_sb_percentage": 39.73,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nottingham Forest",
                "amount": 3621.0
            },
            {
                "team": "Brentford",
                "amount": 3318.0
            },
            {
                "team": "Draw",
                "amount": 3062.0
            }
        ],
        "expected_reward_tokens": 8726.34,
        "profit_sb": -273.66,
        "profit_sb_percentage": -3.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f4e6927-f5f8-4722-b4e1-b2edd0e9a91f",
            "gambit_id": "b8a63192-eb0b-43f8-ad8d-f9b291d2be74",
            "last_updated": "2022-11-07T09:32:17.253066-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nottingham Forest",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855a41ce-ec5f-4bc4-b58b-68fc13ddca33/?format=api"
        },
        {
            "id": "522cf253-7e22-4d60-9308-468c9f4b9755",
            "gambit_id": "3b29c5c3-1be2-4194-8400-7e655d7b78d2",
            "last_updated": "2022-11-07T09:32:17.251954-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brentford",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855a41ce-ec5f-4bc4-b58b-68fc13ddca33/?format=api"
        },
        {
            "id": "27d12f11-5578-4bd9-b193-72a282ad3c96",
            "gambit_id": "873e76fe-2d04-4fae-b042-c4727bf04c10",
            "last_updated": "2022-11-07T09:32:17.254180-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/855a41ce-ec5f-4bc4-b58b-68fc13ddca33/?format=api"
        }
    ]
}