GET /api/bet_types/c6bf8e38-4e48-4bd3-9335-148ac9749222/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6bf8e38-4e48-4bd3-9335-148ac9749222",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d1e48c-6bee-40ee-9958-236ad0c582fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T08:57:02.888328-04: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": "Los Angeles Kings",
                "amount": 6308.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "df634288-2cd5-44b5-8f61-8f538409f411",
            "gambit_id": "745b1fa7-bad5-4af6-8317-f725e324203c",
            "last_updated": "2023-04-11T13:32:06.531281-04:00",
            "created_at": "2023-04-10T08:57:02.891309-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6bf8e38-4e48-4bd3-9335-148ac9749222/?format=api"
        },
        {
            "id": "146ce70d-47cc-4a52-9305-c972d9c10925",
            "gambit_id": "4954ed97-2a5f-46e7-8896-b0ed34286885",
            "last_updated": "2023-04-11T13:32:06.533416-04:00",
            "created_at": "2023-04-10T08:57:02.893925-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6bf8e38-4e48-4bd3-9335-148ac9749222/?format=api"
        }
    ]
}