GET /api/bet_types/7a1966bd-fa96-4457-944d-9ad16f9ab363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a1966bd-fa96-4457-944d-9ad16f9ab363",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eaa664d-7f73-45a4-ae36-9ecd003f371d/?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": "BYU",
                "amount": 5000.0
            },
            {
                "team": "Oregon",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0d0d57d-bad2-4829-9677-5cf78e10f5b4",
            "gambit_id": "43a2bf2d-2b31-416e-ac2d-153f28dd4ac9",
            "last_updated": "2022-09-18T18:07:34.519920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1966bd-fa96-4457-944d-9ad16f9ab363/?format=api"
        },
        {
            "id": "98abffe0-7554-4212-aeb8-109236604fa4",
            "gambit_id": "687aa487-a866-4447-8376-3afbe5704807",
            "last_updated": "2022-09-18T18:07:34.518781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1966bd-fa96-4457-944d-9ad16f9ab363/?format=api"
        }
    ]
}