GET /api/bet_types/cebdc6a2-48af-4504-be1f-fa69c7e3a537/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cebdc6a2-48af-4504-be1f-fa69c7e3a537",
    "match": "https://api-prod.gambitprofit.com/api/matches/064449cf-6c68-482a-b251-001bd968c092/?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": "Stanford",
                "amount": 5000.0
            },
            {
                "team": "Washington State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a14cd14-1959-4269-aa7e-9a45d94a5fbe",
            "gambit_id": "cd76938b-2427-4a35-912b-5138a8507908",
            "last_updated": "2022-11-06T09:03:37.647760-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cebdc6a2-48af-4504-be1f-fa69c7e3a537/?format=api"
        },
        {
            "id": "b2d8969e-08bb-4f6a-9843-3c5dfc502ad7",
            "gambit_id": "5fd2eb86-fcba-407f-a468-85e478fc50ec",
            "last_updated": "2022-11-06T09:03:37.648728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cebdc6a2-48af-4504-be1f-fa69c7e3a537/?format=api"
        }
    ]
}