GET /api/bet_types/e9db289e-cee1-4785-8832-57bda5cc9732/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9db289e-cee1-4785-8832-57bda5cc9732",
    "match": "https://api-prod.gambitprofit.com/api/matches/829d51a9-7a57-411b-a1ee-4067b255b05b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:52.285697-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "92d58c40-959d-4d35-98b4-4a99edaa3ed9",
            "gambit_id": "5d44bfc8-cea4-455e-a4b7-8b32f277effd",
            "last_updated": "2023-01-19T09:32:11.279385-05:00",
            "created_at": "2023-01-18T09:16:52.287005-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9db289e-cee1-4785-8832-57bda5cc9732/?format=api"
        },
        {
            "id": "cdaec0b0-7c3b-4b81-bb43-4be15c08aa54",
            "gambit_id": "3ced4343-17ee-467c-9b3c-99a52b5812f2",
            "last_updated": "2023-01-19T09:32:11.280466-05:00",
            "created_at": "2023-01-18T09:16:52.288252-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9db289e-cee1-4785-8832-57bda5cc9732/?format=api"
        }
    ]
}