GET /api/bet_types/b6a852f2-2507-4cd0-944c-fa6ca3155eee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6a852f2-2507-4cd0-944c-fa6ca3155eee",
    "match": "https://api-prod.gambitprofit.com/api/matches/51907ff2-2ab3-4a58-b400-afedf16b8117/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ee4b562-ac43-477b-a423-b8fc7cebd461",
            "gambit_id": "fec5d2da-466a-447a-852a-2aec4043ba2b",
            "last_updated": "2022-11-14T15:02:47.086269-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6a852f2-2507-4cd0-944c-fa6ca3155eee/?format=api"
        },
        {
            "id": "39e1901f-e7d5-4398-8e8c-e3c4dbce0a0a",
            "gambit_id": "bb0cee42-e2d4-4507-9a6a-cacc800b76a4",
            "last_updated": "2022-11-14T15:02:47.087231-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6a852f2-2507-4cd0-944c-fa6ca3155eee/?format=api"
        }
    ]
}