GET /api/bet_types/a8a79558-371b-4196-9a84-5be27ee93910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8a79558-371b-4196-9a84-5be27ee93910",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1177370-26aa-4146-a8f6-7465f2398630/?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": "Iowa State",
                "amount": 5000.0
            },
            {
                "team": "Texas Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0da8a4d9-dc72-468c-892f-c90232ee8953",
            "gambit_id": "d415a5d8-10c1-4add-9dd7-c1ef1c29c3b7",
            "last_updated": "2022-11-21T09:53:01.640104-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a79558-371b-4196-9a84-5be27ee93910/?format=api"
        },
        {
            "id": "a0140b77-d4b9-47fd-890d-171cafc1aa62",
            "gambit_id": "9d9aa61a-c6f6-4f8e-b78d-5038ed4f41ef",
            "last_updated": "2022-11-21T09:53:01.641076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a79558-371b-4196-9a84-5be27ee93910/?format=api"
        }
    ]
}