GET /api/bet_types/1ce6177e-6ed1-4853-8325-b84244ce883c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ce6177e-6ed1-4853-8325-b84244ce883c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae985fce-50c5-4436-97bc-fa2de25f7554/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:50.066045-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": "MIN",
                "amount": 6100.0
            },
            {
                "team": "LOS",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec5cae23-e113-403c-a4c3-86d9aedcf85e",
            "gambit_id": "2b7133d3-fa14-4375-a330-c8da97459f23",
            "last_updated": "2023-05-18T11:47:18.854553-04:00",
            "created_at": "2023-05-17T11:06:50.071013-04:00",
            "name": "MIN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce6177e-6ed1-4853-8325-b84244ce883c/?format=api"
        },
        {
            "id": "983e3a26-6fc9-492d-b735-61f2724a7e10",
            "gambit_id": "0ea5cfd7-91ab-4b98-a4bf-0258a59ca12a",
            "last_updated": "2023-05-18T11:47:18.853239-04:00",
            "created_at": "2023-05-17T11:06:50.068445-04:00",
            "name": "LOS",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ce6177e-6ed1-4853-8325-b84244ce883c/?format=api"
        }
    ]
}