GET /api/bet_types/4bc505b3-eaa8-45e0-916a-d355f9cce1e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bc505b3-eaa8-45e0-916a-d355f9cce1e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T13:37:22.933290-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": "Denver Nuggets",
                "amount": 6099.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d971e70-b703-4c27-8860-d677eabc022e",
            "gambit_id": "0f4100c9-3338-4166-9344-f07a37e7f856",
            "last_updated": "2023-01-03T10:52:16.787424-05:00",
            "created_at": "2023-01-02T13:37:22.936142-05:00",
            "name": "Denver Nuggets",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc505b3-eaa8-45e0-916a-d355f9cce1e0/?format=api"
        },
        {
            "id": "7239ae40-31c4-4ee5-8bd3-a26741ecbfda",
            "gambit_id": "0340e2b7-c6dc-47b5-af45-e5b29cc66c7d",
            "last_updated": "2023-01-03T10:52:16.786283-05:00",
            "created_at": "2023-01-02T13:37:22.934794-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc505b3-eaa8-45e0-916a-d355f9cce1e0/?format=api"
        }
    ]
}