GET /api/bet_types/2b66d350-5bda-41cc-ac26-da7777cc472f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b66d350-5bda-41cc-ac26-da7777cc472f",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?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": "Chicago Bulls",
                "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": "a657cdd7-195c-4095-a0d1-bab5b2c7f436",
            "gambit_id": "a05accfc-b45e-4660-aa3b-261990163c23",
            "last_updated": "2022-12-03T09:52:35.916799-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b66d350-5bda-41cc-ac26-da7777cc472f/?format=api"
        },
        {
            "id": "fdfd6aef-cbff-4298-8061-de8e97cd692d",
            "gambit_id": "eef60b66-cfc1-4692-8fec-64845fe29ba7",
            "last_updated": "2022-12-03T09:52:35.915806-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b66d350-5bda-41cc-ac26-da7777cc472f/?format=api"
        }
    ]
}