GET /api/bet_types/91be52ed-b835-4315-b426-07ff2df67c0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91be52ed-b835-4315-b426-07ff2df67c0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/61ad8509-0775-43bf-a73d-0b1f91d8fdcc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:32:23.467554-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": "Minnesota Wild",
                "amount": 5431.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "00617961-c4b6-4d16-a36c-1210e413bbab",
            "gambit_id": "04b08767-8042-4ca0-95e7-7296d4cdc00c",
            "last_updated": "2023-01-18T09:32:12.624541-05:00",
            "created_at": "2023-01-17T09:32:23.469960-05:00",
            "name": "Minnesota Wild",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91be52ed-b835-4315-b426-07ff2df67c0c/?format=api"
        },
        {
            "id": "84e43897-1d56-4e8b-bb71-a104c8324193",
            "gambit_id": "30c70dc7-9950-4bc4-b552-44e5ab4e677b",
            "last_updated": "2023-01-18T09:32:12.623428-05:00",
            "created_at": "2023-01-17T09:32:23.468735-05:00",
            "name": "Washington Capitals",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91be52ed-b835-4315-b426-07ff2df67c0c/?format=api"
        }
    ]
}