GET /api/bet_types/51a12695-beb1-4bf0-bc0e-f8290024f2f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51a12695-beb1-4bf0-bc0e-f8290024f2f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea98bf7-e34d-42cf-9c29-f6e85ca5ba72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.551233-05: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": "St Louis Blues",
                "amount": 7009.0
            },
            {
                "team": "Nashville Predators",
                "amount": 2991.0
            }
        ],
        "expected_reward_tokens": 9601.11,
        "profit_sb": 101.11,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e76c1bb-65dc-471c-9506-0d72942d029a",
            "gambit_id": "87d65f35-154c-4889-8a3d-bc4358dbc4f2",
            "last_updated": "2023-01-20T10:06:58.784978-05:00",
            "created_at": "2023-01-19T09:22:06.552551-05:00",
            "name": "St Louis Blues",
            "reward": "1.37000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a12695-beb1-4bf0-bc0e-f8290024f2f8/?format=api"
        },
        {
            "id": "c1fb012a-a5bd-4071-8314-6c4ac42787eb",
            "gambit_id": "928b6abf-16d5-475a-b3a8-62c000bf9d81",
            "last_updated": "2023-01-20T10:06:58.786944-05:00",
            "created_at": "2023-01-19T09:22:06.553816-05:00",
            "name": "Nashville Predators",
            "reward": "3.21000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a12695-beb1-4bf0-bc0e-f8290024f2f8/?format=api"
        }
    ]
}