GET /api/bet_types/0fbc3fae-be63-4c3c-8c79-da5c53135b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fbc3fae-be63-4c3c-8c79-da5c53135b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae17f070-4ba8-4275-ba49-a1cfecbb59a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-05T08:42:58.571877-04: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": "ATL",
                "amount": 5423.0
            },
            {
                "team": "CLE",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b890db80-fff4-4bf3-aff8-4be88e3dfdad",
            "gambit_id": "d6359ef7-e05e-4b0a-a066-7ac3ab3b852a",
            "last_updated": "2023-07-06T12:33:26.053805-04:00",
            "created_at": "2023-07-05T08:42:58.574161-04:00",
            "name": "ATL",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fbc3fae-be63-4c3c-8c79-da5c53135b5b/?format=api"
        },
        {
            "id": "b0b9939b-d59e-4ea2-8eda-2b2ac2da4898",
            "gambit_id": "3ef2df9e-493e-4341-b471-75242d0f7ea2",
            "last_updated": "2023-07-06T12:33:26.056262-04:00",
            "created_at": "2023-07-05T08:42:58.576369-04:00",
            "name": "CLE",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fbc3fae-be63-4c3c-8c79-da5c53135b5b/?format=api"
        }
    ]
}