GET /api/bet_types/6871f711-c7d8-4a98-be0c-282c0e42b59c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6871f711-c7d8-4a98-be0c-282c0e42b59c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec35e7e6-2376-40d7-8f6f-09abdc46075a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:50.085090-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa6c631a-bfd7-4347-9fa0-93f58bb8c889",
            "gambit_id": "04b8acaf-fc14-401b-bc4d-e238af4455b0",
            "last_updated": "2023-04-01T10:17:08.012632-04:00",
            "created_at": "2023-03-31T09:56:50.088884-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6871f711-c7d8-4a98-be0c-282c0e42b59c/?format=api"
        },
        {
            "id": "d4374194-c8f4-4baf-8a00-a45ea62bf20c",
            "gambit_id": "74b9714c-cece-4d52-b665-0f456ae4d27e",
            "last_updated": "2023-04-01T10:17:08.011054-04:00",
            "created_at": "2023-03-31T09:56:50.086901-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6871f711-c7d8-4a98-be0c-282c0e42b59c/?format=api"
        }
    ]
}