GET /api/bet_types/dc657d98-fe2b-40f0-a32b-a168da4202ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc657d98-fe2b-40f0-a32b-a168da4202ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/5686d3a0-14e2-4db7-ad08-693106f2b764/?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": "Texas A&M",
                "amount": 5945.0
            },
            {
                "team": "South Carolina",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "b63bfd45-b2e6-4076-b0b6-e8475161ea3f",
            "gambit_id": "cb45c491-82e7-44ba-a7bb-07abce524ffa",
            "last_updated": "2022-10-23T21:41:54.154930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc657d98-fe2b-40f0-a32b-a168da4202ad/?format=api"
        },
        {
            "id": "b907c1c6-08c4-47f3-ae94-865071d34067",
            "gambit_id": "8eed6494-fee9-4d43-9888-4f3a984b124d",
            "last_updated": "2022-10-23T21:41:54.153861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc657d98-fe2b-40f0-a32b-a168da4202ad/?format=api"
        }
    ]
}