GET /api/bet_types/fc9be632-1080-4a02-b3f4-5c82b6931893/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc9be632-1080-4a02-b3f4-5c82b6931893",
    "match": "https://api-prod.gambitprofit.com/api/matches/509784fb-83e3-4d99-a845-9cb6e3d013cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:12.548985-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": "CLE",
                "amount": 6020.0
            },
            {
                "team": "NYM",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7b2a734-19dc-4d48-b5fd-3010d376a161",
            "gambit_id": "786cbb97-73f5-430b-b9d9-2ebab65328bb",
            "last_updated": "2023-05-20T10:52:03.534385-04:00",
            "created_at": "2023-05-19T11:02:12.552212-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc9be632-1080-4a02-b3f4-5c82b6931893/?format=api"
        },
        {
            "id": "a4134880-e944-4c7c-a9ec-b86cad236548",
            "gambit_id": "fbbab17f-a9e9-497a-8b6d-bbe04fe9f641",
            "last_updated": "2023-05-20T10:52:03.532256-04:00",
            "created_at": "2023-05-19T11:02:12.550427-04:00",
            "name": "NYM",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc9be632-1080-4a02-b3f4-5c82b6931893/?format=api"
        }
    ]
}