GET /api/bet_types/dd8b0bbe-eec7-46c3-8514-f6f5c67f750c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd8b0bbe-eec7-46c3-8514-f6f5c67f750c",
    "match": "https://api-prod.gambitprofit.com/api/matches/77ed1c33-1a5c-4744-939a-4fe6b1c4b37a/?format=api",
    "name": "Pick the Winner",
    "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": "St Louis Cardinals",
                "amount": 6192.0
            },
            {
                "team": "Pittsburgh Pirates",
                "amount": 3808.0
            }
        ],
        "expected_reward_tokens": 9596.16,
        "profit_sb": 96.16,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "548dcac8-159a-483f-8e88-855b59de4cfb",
            "gambit_id": "de9129bd-dfac-4b35-b68e-972b7ee6ec53",
            "last_updated": "2022-10-04T13:22:07.418725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Cardinals",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8b0bbe-eec7-46c3-8514-f6f5c67f750c/?format=api"
        },
        {
            "id": "c8897f45-af62-4b89-a445-8d95e3c679c1",
            "gambit_id": "1db11daf-d629-4e96-bf34-bdde1921abbc",
            "last_updated": "2022-10-04T13:22:07.419690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Pirates",
            "reward": "2.52000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8b0bbe-eec7-46c3-8514-f6f5c67f750c/?format=api"
        }
    ]
}