GET /api/bet_types/1316c3a9-b5fb-4385-b213-7cfe7a943e3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1316c3a9-b5fb-4385-b213-7cfe7a943e3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/54dc17fc-c915-4e60-83c1-d5ba6b2364ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:49.142884-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ada90a8d-a33b-4e04-94d0-b1054fc60c7d",
            "gambit_id": "566d8680-b9da-41f3-a267-9a5a6e884fb7",
            "last_updated": "2023-03-21T10:16:52.786127-04:00",
            "created_at": "2023-03-20T09:31:49.147752-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1316c3a9-b5fb-4385-b213-7cfe7a943e3a/?format=api"
        },
        {
            "id": "832facae-64f4-4d09-85b0-57c7bc9d5274",
            "gambit_id": "531956d8-cd1e-4c98-8886-05fbd878a4f0",
            "last_updated": "2023-03-21T10:16:52.783602-04:00",
            "created_at": "2023-03-20T09:31:49.145297-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1316c3a9-b5fb-4385-b213-7cfe7a943e3a/?format=api"
        }
    ]
}