GET /api/bet_types/e41fc15f-56d5-484e-a584-5177b0cfd56d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e41fc15f-56d5-484e-a584-5177b0cfd56d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1e12d45-9fae-4ac4-a9cf-ff1d6f1137e3/?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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d60b12f4-8843-4634-b303-863044d34965",
            "gambit_id": "bd39c1c4-ca3f-4b3d-a367-b92941f1baa4",
            "last_updated": "2022-09-19T11:02:15.868431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41fc15f-56d5-484e-a584-5177b0cfd56d/?format=api"
        },
        {
            "id": "f69ccf04-22ee-4ff6-b411-801789b42d63",
            "gambit_id": "904c4a6f-a17f-4b3d-8e9f-1daff65fea51",
            "last_updated": "2022-09-19T11:02:15.869424-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e41fc15f-56d5-484e-a584-5177b0cfd56d/?format=api"
        }
    ]
}