GET /api/bet_types/baf1cc84-cc7d-4a3b-afc0-2d4b536948d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baf1cc84-cc7d-4a3b-afc0-2d4b536948d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1c0787d-d411-49d6-8207-26e7fa6a25f0/?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": "Detroit Red Wings",
                "amount": 5660.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6edf5ba-1f20-4a58-94df-416e04ac2119",
            "gambit_id": "c32bf9f1-fee1-49e7-828e-cfa2e825b4a0",
            "last_updated": "2022-11-14T10:49:06.585617-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baf1cc84-cc7d-4a3b-afc0-2d4b536948d7/?format=api"
        },
        {
            "id": "a44bb34d-44e0-4d2b-8b83-df4fbe03fb0b",
            "gambit_id": "d96df659-b1dd-4664-8c1b-004d1a33c075",
            "last_updated": "2022-11-14T10:49:06.584549-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baf1cc84-cc7d-4a3b-afc0-2d4b536948d7/?format=api"
        }
    ]
}