GET /api/bet_types/8c3f1a57-5199-4b85-9fe2-e6af92368b37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c3f1a57-5199-4b85-9fe2-e6af92368b37",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5d90e9b-c29c-467f-8d95-d040eefdfc59/?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": "Minnesota",
                "amount": 5583.0
            },
            {
                "team": "Iowa",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3337897-2e03-4f94-ad70-a1ccec3de4d7",
            "gambit_id": "166a7133-0909-41f6-b199-0162992199ed",
            "last_updated": "2022-11-21T10:02:54.176821-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3f1a57-5199-4b85-9fe2-e6af92368b37/?format=api"
        },
        {
            "id": "ec39bce4-6905-4120-80ab-a109a7a88fa5",
            "gambit_id": "18820618-4efc-4965-8b6a-1ab00ffc246e",
            "last_updated": "2022-11-21T10:02:54.178020-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3f1a57-5199-4b85-9fe2-e6af92368b37/?format=api"
        }
    ]
}