GET /api/bet_types/99133f35-ea65-4c77-8d5c-d8a37b439cd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99133f35-ea65-4c77-8d5c-d8a37b439cd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d45cfbb5-55df-48cc-bcf2-4cf6de1f9c21/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:11.724081-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd508946-34a3-4605-9a6b-919550500c63",
            "gambit_id": "e6f1f893-81b9-42fb-8bb8-bb100b76ab1b",
            "last_updated": "2023-03-16T17:37:24.178801-04:00",
            "created_at": "2023-03-15T09:07:11.726256-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99133f35-ea65-4c77-8d5c-d8a37b439cd9/?format=api"
        },
        {
            "id": "cb30ff01-ddf8-4b77-b102-8cdd12a2f619",
            "gambit_id": "6bc90f4f-3af1-4c2f-9965-ec88d99e6704",
            "last_updated": "2023-03-16T17:37:24.180786-04:00",
            "created_at": "2023-03-15T09:07:11.729374-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99133f35-ea65-4c77-8d5c-d8a37b439cd9/?format=api"
        }
    ]
}