GET /api/bet_types/f187678e-b49b-4a7a-b27b-24162be6ca6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f187678e-b49b-4a7a-b27b-24162be6ca6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea10acc3-a841-40e7-a81e-8b1f90085a4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:11.982651-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": "NYY",
                "amount": 5939.0
            },
            {
                "team": "SDG",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "1112953d-1d52-4dd8-9c17-5e24c8f51e06",
            "gambit_id": "0e4e5e23-d19a-4d5c-a280-8263e9a4ef6a",
            "last_updated": "2023-05-27T16:12:10.629730-04:00",
            "created_at": "2023-05-26T11:52:11.986495-04:00",
            "name": "NYY",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f187678e-b49b-4a7a-b27b-24162be6ca6f/?format=api"
        },
        {
            "id": "c06d9be5-4daf-471f-85ec-7139dda7695b",
            "gambit_id": "893790db-25f6-4195-b6ca-f388ccc07486",
            "last_updated": "2023-05-27T16:12:10.627075-04:00",
            "created_at": "2023-05-26T11:52:11.984719-04:00",
            "name": "SDG",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f187678e-b49b-4a7a-b27b-24162be6ca6f/?format=api"
        }
    ]
}