GET /api/bet_types/2b3ee144-7783-4e5f-8df1-ba148092c3bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b3ee144-7783-4e5f-8df1-ba148092c3bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/59ccaa54-5efc-4434-87b1-099ce9f74e8b/?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": "CWS",
                "amount": 5205.0
            },
            {
                "team": "OAK",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "e242f402-eb79-403c-8779-fce3fac05d8a",
            "gambit_id": "5c5a5480-0d8b-4e91-a554-07c0421f1602",
            "last_updated": "2022-09-09T16:11:55.837341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ee144-7783-4e5f-8df1-ba148092c3bb/?format=api"
        },
        {
            "id": "30ade183-f8e6-47cb-a054-fdf93ae23eac",
            "gambit_id": "a0a0445b-fd90-48a8-9036-9db3ffd6bb1c",
            "last_updated": "2022-09-09T16:11:55.836203-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b3ee144-7783-4e5f-8df1-ba148092c3bb/?format=api"
        }
    ]
}