GET /api/bet_types/42ea3caa-43b3-497d-9457-47da02104c90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ea3caa-43b3-497d-9457-47da02104c90",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd80ccf-851c-4e28-9203-d83729f73d16/?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": 6326.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6066c3a-81e5-427f-b2fa-d363dd67d06d",
            "gambit_id": "81d8cda5-8212-42c1-82dc-1ed824937349",
            "last_updated": "2022-11-01T10:22:25.871140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea3caa-43b3-497d-9457-47da02104c90/?format=api"
        },
        {
            "id": "42b5e8ac-6d9d-461a-8be4-c2ddd4fcd724",
            "gambit_id": "2a819813-46d6-47cd-9be4-6931e464c76c",
            "last_updated": "2022-11-01T10:22:25.870217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea3caa-43b3-497d-9457-47da02104c90/?format=api"
        }
    ]
}