GET /api/bet_types/6d6fcc55-750c-45e3-bbfa-c76856b01499/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d6fcc55-750c-45e3-bbfa-c76856b01499",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e38827b-27e2-42f8-8303-e49b97df9a70/?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": 5521.0
            },
            {
                "team": "LOS",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea091609-3e69-4887-b31d-5f45aeda8548",
            "gambit_id": "164e5fac-e681-4329-9831-a93c80e7bb8d",
            "last_updated": "2022-10-13T09:47:24.561125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6fcc55-750c-45e3-bbfa-c76856b01499/?format=api"
        },
        {
            "id": "35d8c7c2-0da4-4c73-9a90-e018c0a4a6a5",
            "gambit_id": "6e0f8747-a4da-4d7e-bcaa-e376066bed09",
            "last_updated": "2022-10-13T09:47:24.560158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6fcc55-750c-45e3-bbfa-c76856b01499/?format=api"
        }
    ]
}