GET /api/bet_types/ffe64639-f692-42bd-b084-e88ab2b9e357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffe64639-f692-42bd-b084-e88ab2b9e357",
    "match": "https://api-prod.gambitprofit.com/api/matches/03ae4b35-9158-4760-92de-808c722bee63/?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": "MIN",
                "amount": 6047.0
            },
            {
                "team": "CLE",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6354667-1e33-4278-aab4-833f9be8279e",
            "gambit_id": "5ab1c18f-7341-42a6-aec0-dd14b8613c62",
            "last_updated": "2022-09-19T09:37:07.660146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffe64639-f692-42bd-b084-e88ab2b9e357/?format=api"
        },
        {
            "id": "646e9f46-af4c-4fa0-aec9-74399bcc3f7c",
            "gambit_id": "85c99c45-ea68-4a94-97a7-f1fa80deed34",
            "last_updated": "2022-09-19T09:37:07.659067-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffe64639-f692-42bd-b084-e88ab2b9e357/?format=api"
        }
    ]
}