GET /api/bet_types/eac1e8fe-5b73-4f07-a845-85069c12f179/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eac1e8fe-5b73-4f07-a845-85069c12f179",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0988cd7-f416-45d0-a45f-85bf4c887e4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T15:42:10.639646-04: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": "ATL",
                "amount": 6390.0
            },
            {
                "team": "MIA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "311ce123-aad6-47b2-a03a-8a8bb1091690",
            "gambit_id": "27d4f9c4-bc56-4e29-bf96-2dece5d8fac3",
            "last_updated": "2023-05-03T12:12:17.288050-04:00",
            "created_at": "2023-05-02T15:42:10.642442-04:00",
            "name": "ATL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac1e8fe-5b73-4f07-a845-85069c12f179/?format=api"
        },
        {
            "id": "103f7037-1811-497d-ab7e-be12cf38f3a5",
            "gambit_id": "b88e6888-e64b-4169-8c23-1cec4b2ee62f",
            "last_updated": "2023-05-03T12:12:17.286895-04:00",
            "created_at": "2023-05-02T15:42:10.641034-04:00",
            "name": "MIA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac1e8fe-5b73-4f07-a845-85069c12f179/?format=api"
        }
    ]
}