GET /api/bet_types/a49f915c-f857-4123-bab6-a634a08ce26e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a49f915c-f857-4123-bab6-a634a08ce26e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7bb1be7-9b2c-4d69-89b2-28d4b2fae4d4/?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": "LOS",
                "amount": 5676.0
            },
            {
                "team": "KAN",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a992b96-e0eb-4369-9084-3dcbe821e9a5",
            "gambit_id": "187632a7-7671-4c6b-8ce8-98ac5ee23609",
            "last_updated": "2022-08-15T14:17:14.952996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49f915c-f857-4123-bab6-a634a08ce26e/?format=api"
        },
        {
            "id": "25379a33-7842-451f-acd6-76a4f3dd3d10",
            "gambit_id": "442ace98-0ab6-4ef8-a695-4d4f1f81f5b8",
            "last_updated": "2022-08-15T14:17:14.952498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49f915c-f857-4123-bab6-a634a08ce26e/?format=api"
        }
    ]
}