GET /api/bet_types/efaeef59-731c-45ba-9418-d296693f8b37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efaeef59-731c-45ba-9418-d296693f8b37",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dcef361-e6b3-4667-a98d-ba81858584bf/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida",
                "amount": 7168.0
            },
            {
                "team": "South Carolina",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a2cebc1-83b3-4bc6-a38b-b76130f96fdb",
            "gambit_id": "a36282b1-3ad3-4132-9487-385c5b9ad01e",
            "last_updated": "2022-11-14T09:44:02.258459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efaeef59-731c-45ba-9418-d296693f8b37/?format=api"
        },
        {
            "id": "f71ce11e-05b7-41f7-aabf-38261a8ee231",
            "gambit_id": "bd92da5e-52e3-421f-a6f5-b7a70b5d97c4",
            "last_updated": "2022-11-14T09:44:02.259597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efaeef59-731c-45ba-9418-d296693f8b37/?format=api"
        }
    ]
}