GET /api/bet_types/2e20cb7a-966f-40a2-8e7c-68c82217c201/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e20cb7a-966f-40a2-8e7c-68c82217c201",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f595348-c243-42a7-9a31-cb2edcf3b3e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:15.245108-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": "SEA",
                "amount": 5423.0
            },
            {
                "team": "CWS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "404a9906-11c9-4ff8-9d65-e69ebcde62f0",
            "gambit_id": "4ca81308-246a-4740-ac0c-81e4ec6e2a93",
            "last_updated": "2023-08-23T09:53:12.604767-04:00",
            "created_at": "2023-08-21T09:03:15.250220-04:00",
            "name": "SEA",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e20cb7a-966f-40a2-8e7c-68c82217c201/?format=api"
        },
        {
            "id": "d45edc1c-2d21-4d2f-9d14-69be3b5aa14d",
            "gambit_id": "33371951-e755-4928-a5a2-ed5a7ebe92f9",
            "last_updated": "2023-08-23T09:53:12.610556-04:00",
            "created_at": "2023-08-21T09:03:15.254995-04:00",
            "name": "CWS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e20cb7a-966f-40a2-8e7c-68c82217c201/?format=api"
        }
    ]
}