GET /api/bet_types/8d25c0a4-f1c7-4cb2-a57e-0a03396fd971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d25c0a4-f1c7-4cb2-a57e-0a03396fd971",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e628327-a9fc-4fa7-ba35-fabdedb22026/?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": "KAN",
                "amount": 5588.0
            },
            {
                "team": "BOS",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "b34e5677-3737-4f75-8846-c268b2060cd8",
            "gambit_id": "f2fa15f6-34fc-4251-b5d7-08cfa507086a",
            "last_updated": "2022-08-05T09:56:55.211054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d25c0a4-f1c7-4cb2-a57e-0a03396fd971/?format=api"
        },
        {
            "id": "71e72cbc-4c8f-4db7-93cf-aa644e8987c6",
            "gambit_id": "d32c8379-b0f9-4284-9c1c-a9dfbf42ef00",
            "last_updated": "2022-08-05T09:56:55.211653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d25c0a4-f1c7-4cb2-a57e-0a03396fd971/?format=api"
        }
    ]
}