GET /api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6456d79-f7df-4ec5-9c71-820687c2a86f",
    "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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": 5212.0
            },
            {
                "team": "East Carolina",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d035096b-575c-4126-ad0c-3653f4bc35f1",
            "gambit_id": "e783d966-4974-41a1-b7df-52e144aa9c1c",
            "last_updated": "2022-10-29T18:52:23.603861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
        },
        {
            "id": "a6f5e670-e3af-4387-960c-026d4bdf5c42",
            "gambit_id": "da84319a-9134-4336-982e-14fb912a63c1",
            "last_updated": "2022-10-29T18:52:23.604862-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
        }
    ]
}