GET /api/bet_types/a88e8b9c-0839-4578-9232-1753713f4e12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a88e8b9c-0839-4578-9232-1753713f4e12",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7db9747-5d07-4ac0-b164-8c9b8c1b9f01/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:13.440158-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": "WAS",
                "amount": 5423.0
            },
            {
                "team": "CLE",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "94576c24-6466-4285-b6c3-41054d7c47f1",
            "gambit_id": "f991273b-c0ad-455a-9111-95694d7b4f3f",
            "last_updated": "2023-04-15T15:42:04.295205-04:00",
            "created_at": "2023-04-14T12:02:13.441644-04:00",
            "name": "WAS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a88e8b9c-0839-4578-9232-1753713f4e12/?format=api"
        },
        {
            "id": "45116484-6cd6-4d93-b40a-7fb612c207f9",
            "gambit_id": "3d84f6d1-82dd-4c06-96ab-8ccd223c3c9c",
            "last_updated": "2023-04-15T15:42:04.296603-04:00",
            "created_at": "2023-04-14T12:02:13.443219-04:00",
            "name": "CLE",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a88e8b9c-0839-4578-9232-1753713f4e12/?format=api"
        }
    ]
}