GET /api/bet_types/828e8d60-4c4e-4b6c-abac-6440ef12c900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "828e8d60-4c4e-4b6c-abac-6440ef12c900",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b360d4-908a-466f-ab45-3b445cccf52a/?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": "Boise State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a9b8baa-3895-4fa6-9298-ed1408c4de87",
            "gambit_id": "fbbc8fc2-7126-430c-9ece-c07c8b32011a",
            "last_updated": "2022-11-06T16:08:18.478971-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828e8d60-4c4e-4b6c-abac-6440ef12c900/?format=api"
        },
        {
            "id": "ce42f6f6-8a1b-462e-a519-291728e41213",
            "gambit_id": "a1587d01-4ebf-4436-a936-6f387f09af22",
            "last_updated": "2022-11-06T16:08:18.478027-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828e8d60-4c4e-4b6c-abac-6440ef12c900/?format=api"
        }
    ]
}