GET /api/bet_types/c63c1180-8c4a-4738-a676-74bb5b342e28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63c1180-8c4a-4738-a676-74bb5b342e28",
    "match": "https://api-prod.gambitprofit.com/api/matches/21580827-0ff8-448a-b3dc-42a0175d66d5/?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": "Rice",
                "amount": 5106.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e01ab48-531b-42aa-9121-ba7d572c6510",
            "gambit_id": "c03d73c7-c25a-499a-bfd6-ff2b64d8fc14",
            "last_updated": "2022-10-23T12:57:22.738984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63c1180-8c4a-4738-a676-74bb5b342e28/?format=api"
        },
        {
            "id": "142f17dc-e4b0-40d4-94ef-0e95f4b9e349",
            "gambit_id": "ecb42083-005c-4c3f-af05-6412d47c7e7c",
            "last_updated": "2022-10-23T12:57:22.738002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63c1180-8c4a-4738-a676-74bb5b342e28/?format=api"
        }
    ]
}