GET /api/bet_types/63466d22-ddd0-4322-8f6b-4df5e3b0c09e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63466d22-ddd0-4322-8f6b-4df5e3b0c09e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c0369b0-3be7-4ea9-8882-78bf7272ac94/?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": "Cleveland Browns",
                "amount": 5707.0
            },
            {
                "team": "New England Patriots",
                "amount": 4293.0
            }
        ],
        "expected_reward_tokens": 9530.46,
        "profit_sb": 30.46,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3a2b4c5-4314-4203-814b-ae7e94cbd368",
            "gambit_id": "8b41ab6d-3e84-4a5d-b396-61a317b4bbab",
            "last_updated": "2022-10-17T15:22:01.049242-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63466d22-ddd0-4322-8f6b-4df5e3b0c09e/?format=api"
        },
        {
            "id": "b9652267-15fd-4cd8-95d2-725471a37182",
            "gambit_id": "bd5abc56-b4a8-4815-b619-bf709c80cfcd",
            "last_updated": "2022-10-17T15:22:01.050394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63466d22-ddd0-4322-8f6b-4df5e3b0c09e/?format=api"
        }
    ]
}