GET /api/bet_types/4a00c2bb-01a4-4470-a054-a3e20a842822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a00c2bb-01a4-4470-a054-a3e20a842822",
    "match": "https://api-prod.gambitprofit.com/api/matches/74b9f4dc-c05f-4e5a-bf87-664f857db1af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.119280-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8c7c827-eed0-48ea-9d15-b8388830cfaf",
            "gambit_id": "0256e0ef-0055-45b8-80b3-3c9b83ef87d9",
            "last_updated": "2023-02-14T09:46:57.964145-05:00",
            "created_at": "2023-02-13T08:17:04.120601-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a00c2bb-01a4-4470-a054-a3e20a842822/?format=api"
        },
        {
            "id": "61b35a3d-223a-40ff-abb3-4ef18c3a7b06",
            "gambit_id": "cc72ad8f-c3e0-4a6c-8ff9-732b0edf0976",
            "last_updated": "2023-02-14T09:46:57.965371-05:00",
            "created_at": "2023-02-13T08:17:04.121927-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a00c2bb-01a4-4470-a054-a3e20a842822/?format=api"
        }
    ]
}