GET /api/bet_types/1a824fac-802b-42ba-b26e-1cb339e2e9c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a824fac-802b-42ba-b26e-1cb339e2e9c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/11a40651-fccc-4141-b373-86912be4fbd7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:11.703081-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": "HOU",
                "amount": 6308.0
            },
            {
                "team": "TAM",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c175cdb-e46b-43f6-b8bb-be83e0337fe3",
            "gambit_id": "59d5aa4f-965c-474f-8bd5-9e8bc0844c1f",
            "last_updated": "2023-04-27T11:52:09.970926-04:00",
            "created_at": "2023-04-26T12:02:11.706998-04:00",
            "name": "HOU",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a824fac-802b-42ba-b26e-1cb339e2e9c9/?format=api"
        },
        {
            "id": "6043e40f-efe0-439d-b7a7-b425690f2547",
            "gambit_id": "99b8836c-a9fd-4e24-8469-6646689fd0da",
            "last_updated": "2023-04-27T11:52:09.968621-04:00",
            "created_at": "2023-04-26T12:02:11.704974-04:00",
            "name": "TAM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a824fac-802b-42ba-b26e-1cb339e2e9c9/?format=api"
        }
    ]
}