GET /api/bet_types/0317a658-675f-4f26-a078-cf1616e0dcd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0317a658-675f-4f26-a078-cf1616e0dcd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/670b59c0-484e-441e-892b-6c174d5871f3/?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": "SDG",
                "amount": 5995.0
            },
            {
                "team": "WAS",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1388dd8-fffc-4c1b-a13b-c2efcdbbe958",
            "gambit_id": "34ea0aaf-0330-4227-b7f5-344d30e6ffb5",
            "last_updated": "2022-08-15T14:22:17.925089-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0317a658-675f-4f26-a078-cf1616e0dcd0/?format=api"
        },
        {
            "id": "361c4ea7-0ea4-40f2-9afc-ec03405e75c0",
            "gambit_id": "6a5503a1-91cf-4650-928f-d905d443329d",
            "last_updated": "2022-08-15T14:22:17.924628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0317a658-675f-4f26-a078-cf1616e0dcd0/?format=api"
        }
    ]
}