GET /api/bet_types/f69b5f9e-b44f-4735-bbc4-0acfb3a07a92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f69b5f9e-b44f-4735-bbc4-0acfb3a07a92",
    "match": "https://api-prod.gambitprofit.com/api/matches/94dc7e5d-5ad8-4d1b-b71c-6bd77d562ecb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T14:26:50.346401-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": "Nashville Predators",
                "amount": 6020.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c193af8e-027f-45d8-8c81-5613f3453e7c",
            "gambit_id": "1d2ce3d0-bb54-4a49-a160-beedb1bee8a6",
            "last_updated": "2023-04-07T20:37:08.068087-04:00",
            "created_at": "2023-04-06T14:26:50.348439-04:00",
            "name": "Nashville Predators",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69b5f9e-b44f-4735-bbc4-0acfb3a07a92/?format=api"
        },
        {
            "id": "e1285211-b1a2-4483-baa7-0fffdf88234c",
            "gambit_id": "854b5726-8368-4b8d-8dc0-2595935c8517",
            "last_updated": "2023-04-07T20:37:08.070731-04:00",
            "created_at": "2023-04-06T14:26:50.350244-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69b5f9e-b44f-4735-bbc4-0acfb3a07a92/?format=api"
        }
    ]
}