GET /api/bet_types/337205b9-2375-4023-ab64-d97d56c6345d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "337205b9-2375-4023-ab64-d97d56c6345d",
    "match": "https://api-prod.gambitprofit.com/api/matches/983829c0-1e03-49bc-95b5-10f1b1f134d3/?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": "Memphis Grizzlies",
                "amount": 6907.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3093.0
            }
        ],
        "expected_reward_tokens": 9186.21,
        "profit_sb": 186.21,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1e4c82d-cd35-4a2e-9a70-42723dfc7139",
            "gambit_id": "df46fb72-0e8e-435a-81dc-08e8bd722b2e",
            "last_updated": "2022-12-05T15:47:15.956094-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/337205b9-2375-4023-ab64-d97d56c6345d/?format=api"
        },
        {
            "id": "dce2db03-4dab-48e8-ba62-3d944e982461",
            "gambit_id": "78f9be89-4f6e-43d6-800b-ece61a3639d3",
            "last_updated": "2022-12-05T15:47:15.955062-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/337205b9-2375-4023-ab64-d97d56c6345d/?format=api"
        }
    ]
}