GET /api/bet_types/7f99bf05-8da7-42bb-bd55-110b87394e86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f99bf05-8da7-42bb-bd55-110b87394e86",
    "match": "https://api-prod.gambitprofit.com/api/matches/7058feb6-70cd-4dca-9ee0-471232fa92e8/?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": "Ottawa Senators",
                "amount": 5664.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "14767f16-7749-46c8-878e-f55b4132d0dd",
            "gambit_id": "6ee8dbf0-4e58-42a7-9250-9788df151e4f",
            "last_updated": "2022-12-05T11:32:15.578537-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f99bf05-8da7-42bb-bd55-110b87394e86/?format=api"
        },
        {
            "id": "f7724b18-5057-43ae-885f-df5f4b0fb976",
            "gambit_id": "1d700abd-293f-4d17-9f74-628bc4c5eb99",
            "last_updated": "2022-12-05T11:32:15.579508-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f99bf05-8da7-42bb-bd55-110b87394e86/?format=api"
        }
    ]
}