GET /api/bet_types/5bdae1f2-4406-4363-b69b-a1ea54995997/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bdae1f2-4406-4363-b69b-a1ea54995997",
    "match": "https://api-prod.gambitprofit.com/api/matches/97103be4-0893-4602-8b98-96c82b62c1e2/?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": "Utah State",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "12475eb7-6514-4023-a983-41b19a950fd6",
            "gambit_id": "51b2d2ec-2150-4462-92a1-4c331f6862cd",
            "last_updated": "2022-09-25T21:17:17.867973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdae1f2-4406-4363-b69b-a1ea54995997/?format=api"
        },
        {
            "id": "5adae31a-6d0e-46ba-aa50-047acba328a7",
            "gambit_id": "6fc4685c-72ba-448c-b006-7427670517ba",
            "last_updated": "2022-09-25T21:17:17.867010-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bdae1f2-4406-4363-b69b-a1ea54995997/?format=api"
        }
    ]
}