GET /api/bet_types/0b5d1798-d64b-469c-b9c4-9daaba901415/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b5d1798-d64b-469c-b9c4-9daaba901415",
    "match": "https://api-prod.gambitprofit.com/api/matches/af4d51ea-30a7-4927-949b-f227702a3657/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:05.568983-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fac1ce7-cbae-4636-9346-b323029a16fd",
            "gambit_id": "b0c19b53-3c48-4af0-8c9b-e2cdb03ef4c5",
            "last_updated": "2023-12-26T20:08:04.140329-05:00",
            "created_at": "2023-12-20T11:13:05.576397-05:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b5d1798-d64b-469c-b9c4-9daaba901415/?format=api"
        },
        {
            "id": "d232aa61-3a21-4dbe-99cf-469d343ed672",
            "gambit_id": "0c22cd25-3840-4458-ad6b-5a08d2321052",
            "last_updated": "2023-12-26T20:08:04.136993-05:00",
            "created_at": "2023-12-20T11:13:05.572624-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b5d1798-d64b-469c-b9c4-9daaba901415/?format=api"
        }
    ]
}