GET /api/bet_types/ceb003d4-5ccd-41b2-b839-b5ee45c9e344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceb003d4-5ccd-41b2-b839-b5ee45c9e344",
    "match": "https://api-prod.gambitprofit.com/api/matches/85fdc31b-88d0-4220-af3c-523a497a2ec2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:06.056045-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "SFO",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d11ca20-8b0e-4db2-ab73-5c1dc7eda5b7",
            "gambit_id": "e605949b-d42b-4f13-b62e-a8f97e162401",
            "last_updated": "2023-07-17T10:13:20.274523-04:00",
            "created_at": "2023-07-15T08:58:06.058551-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceb003d4-5ccd-41b2-b839-b5ee45c9e344/?format=api"
        },
        {
            "id": "4bd91a0a-a395-4ffb-b1eb-0043f93711b5",
            "gambit_id": "1fc9ecaa-57cb-4610-ae4c-9a79c31c81a8",
            "last_updated": "2023-07-17T10:13:20.272724-04:00",
            "created_at": "2023-07-15T08:58:06.057315-04:00",
            "name": "SFO",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceb003d4-5ccd-41b2-b839-b5ee45c9e344/?format=api"
        }
    ]
}