GET /api/bet_types/3cfc7249-754a-42ee-89a8-fa99c26e346d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cfc7249-754a-42ee-89a8-fa99c26e346d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6173433d-2f3c-4073-b02e-597a9495852e/?format=api",
    "name": "Play the Odds",
    "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": "Mississippi",
                "amount": 5000.0
            },
            {
                "team": "Troy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f56d5dd-41bb-424b-bb1a-d4e009a7ad43",
            "gambit_id": "18144e66-f599-4788-a8b8-a59a16f2877f",
            "last_updated": "2022-09-05T09:47:21.910739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cfc7249-754a-42ee-89a8-fa99c26e346d/?format=api"
        },
        {
            "id": "850581bf-2c3a-4c14-9cc1-83e847e56b84",
            "gambit_id": "605bc7d4-c37d-446d-bd39-5cb3ab062034",
            "last_updated": "2022-09-05T09:47:21.911724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cfc7249-754a-42ee-89a8-fa99c26e346d/?format=api"
        }
    ]
}