GET /api/bet_types/c9db2762-bb7e-4611-b0d2-6d475ff803e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9db2762-bb7e-4611-b0d2-6d475ff803e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fea99f6d-d2ad-4b3a-be8e-78778826d711/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "TAM",
                "amount": 6269.0
            },
            {
                "team": "NYY",
                "amount": 3731.0
            }
        ],
        "expected_reward_tokens": 9215.43,
        "profit_sb": 215.43,
        "profit_sb_percentage": 2.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "82b512bb-56d4-4652-87ce-1472afd14f78",
            "gambit_id": "3d742af2-65d9-4a53-9e51-e0c3bd0093e2",
            "last_updated": "2022-09-12T11:07:22.075008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9db2762-bb7e-4611-b0d2-6d475ff803e6/?format=api"
        },
        {
            "id": "8b9b1124-d537-4ac4-ab42-448e176b77e2",
            "gambit_id": "08ae8aa9-ae76-4e04-a60a-e72b261b102b",
            "last_updated": "2022-09-12T11:07:22.073634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.47000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9db2762-bb7e-4611-b0d2-6d475ff803e6/?format=api"
        }
    ]
}