GET /api/bet_types/9ab3f75d-b8a2-4209-bd31-4f9380ea6507/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ab3f75d-b8a2-4209-bd31-4f9380ea6507",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a9e81b0-ee74-4023-9a04-838475fac32b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T10:28:20.147785-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": 5421.0
            },
            {
                "team": "SEA",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a7d09fb-2476-4181-83e1-ed61e7fd0e58",
            "gambit_id": "38fd60f3-8545-445e-b1cf-174e52daf0cb",
            "last_updated": "2023-06-22T10:58:35.714442-04:00",
            "created_at": "2023-06-21T10:28:20.152128-04:00",
            "name": "NYY",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab3f75d-b8a2-4209-bd31-4f9380ea6507/?format=api"
        },
        {
            "id": "febca548-611e-4eea-9298-a1a824db772d",
            "gambit_id": "53f74647-73ba-4d0f-9f14-1be87ab9e31f",
            "last_updated": "2023-06-22T10:58:35.712119-04:00",
            "created_at": "2023-06-21T10:28:20.149997-04:00",
            "name": "SEA",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab3f75d-b8a2-4209-bd31-4f9380ea6507/?format=api"
        }
    ]
}