GET /api/bet_types/fb8575eb-d65e-4810-a01f-d02517cf0633/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb8575eb-d65e-4810-a01f-d02517cf0633",
    "match": "https://api-prod.gambitprofit.com/api/matches/657a88cd-43cc-47c9-8b0a-d89522b081fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:11:59.331508-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": "BAL",
                "amount": 5939.0
            },
            {
                "team": "TAM",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e11a0add-3f27-4927-8186-c2d4ae5e16d8",
            "gambit_id": "da0fe146-0ab8-4751-b2c8-7850c494ac20",
            "last_updated": "2023-05-11T11:17:10.175984-04:00",
            "created_at": "2023-05-10T15:11:59.332904-04:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb8575eb-d65e-4810-a01f-d02517cf0633/?format=api"
        },
        {
            "id": "1ed88d30-6a92-40a1-bd90-556317e859c2",
            "gambit_id": "0be778f5-0fb7-4d2c-97c0-08a3d77d256a",
            "last_updated": "2023-05-11T11:17:10.177277-04:00",
            "created_at": "2023-05-10T15:11:59.334468-04:00",
            "name": "TAM",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb8575eb-d65e-4810-a01f-d02517cf0633/?format=api"
        }
    ]
}