GET /api/bet_types/e5f00704-c0b4-4cb3-92aa-65662f637c08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5f00704-c0b4-4cb3-92aa-65662f637c08",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5a3eed6-8e33-4d3d-af37-6dd3785c8aaf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:49.899181-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": "PIT",
                "amount": 5699.0
            },
            {
                "team": "DET",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "4afe8988-d445-470a-8c03-26b6751510f2",
            "gambit_id": "caa9b2e7-6502-45ac-970a-39908df397bf",
            "last_updated": "2023-05-18T11:47:20.520662-04:00",
            "created_at": "2023-05-17T11:06:49.904939-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f00704-c0b4-4cb3-92aa-65662f637c08/?format=api"
        },
        {
            "id": "b2b0dc5f-dfa2-48ca-8b5b-cf0b9e19f7a9",
            "gambit_id": "7c259708-3430-4cf8-84ee-9e2b51b8b3e6",
            "last_updated": "2023-05-18T11:47:20.519273-04:00",
            "created_at": "2023-05-17T11:06:49.902790-04:00",
            "name": "DET",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5f00704-c0b4-4cb3-92aa-65662f637c08/?format=api"
        }
    ]
}