GET /api/bet_types/0b2215fd-f97a-49d9-95cf-fa19e3fc7112/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b2215fd-f97a-49d9-95cf-fa19e3fc7112",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?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": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdcf60e7-8382-40f7-baa9-2ae50e680a17",
            "gambit_id": "906f91c2-3b0e-485e-bddb-2fbab1a14aaa",
            "last_updated": "2022-09-26T10:21:56.750003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2215fd-f97a-49d9-95cf-fa19e3fc7112/?format=api"
        },
        {
            "id": "71f898dd-388a-41de-ae7a-0ca6d42cebd4",
            "gambit_id": "1034cfbc-fbaf-4272-91b5-6f7ee81e304a",
            "last_updated": "2022-09-26T10:21:56.748875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2215fd-f97a-49d9-95cf-fa19e3fc7112/?format=api"
        }
    ]
}