GET /api/bet_types/f149c3c7-f25a-439b-9c3a-bc288a6f5b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f149c3c7-f25a-439b-9c3a-bc288a6f5b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d09cb34-8c53-483f-b2da-ec488be0580a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 8791.0
            },
            {
                "team": "Texas",
                "amount": 1209.0
            }
        ],
        "expected_reward_tokens": 9318.46,
        "profit_sb": 318.46,
        "profit_sb_percentage": 3.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "665e6e82-7fef-4fd7-9634-c232532b39f8",
            "gambit_id": "988bd3c4-809d-49ba-8bc9-dfd89c2913fe",
            "last_updated": "2022-09-11T11:12:11.701651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.06000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f149c3c7-f25a-439b-9c3a-bc288a6f5b67/?format=api"
        },
        {
            "id": "2fe48a9a-a1ac-417c-bdb8-5dee27c9798b",
            "gambit_id": "ac923d93-0a04-433b-90c4-6ff566625a49",
            "last_updated": "2022-09-11T11:12:11.700579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "7.71000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f149c3c7-f25a-439b-9c3a-bc288a6f5b67/?format=api"
        }
    ]
}