GET /api/bet_types/073503fc-8ab3-4438-b468-1445c36dc10a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "073503fc-8ab3-4438-b468-1445c36dc10a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7750f8-70c0-436f-8a25-b6380cc3604f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:28.455074-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": "CIN",
                "amount": 6390.0
            },
            {
                "team": "MIL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "9695fd98-9fc8-46ff-b166-f29e6c161960",
            "gambit_id": "b12d79ff-3e9b-4963-b193-11a097b76fc8",
            "last_updated": "2023-07-09T20:28:23.905086-04:00",
            "created_at": "2023-07-07T11:33:28.456702-04:00",
            "name": "CIN",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073503fc-8ab3-4438-b468-1445c36dc10a/?format=api"
        },
        {
            "id": "f234cfb2-7b9c-42d3-ae8c-2ab84d5e74f5",
            "gambit_id": "3f4fb7fb-4aaa-4678-b39b-eb74017a2275",
            "last_updated": "2023-07-09T20:28:23.907824-04:00",
            "created_at": "2023-07-07T11:33:28.458328-04:00",
            "name": "MIL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073503fc-8ab3-4438-b468-1445c36dc10a/?format=api"
        }
    ]
}