GET /api/bet_types/1bdd6b9f-2458-4e04-bfe6-44a718c64924/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bdd6b9f-2458-4e04-bfe6-44a718c64924",
    "match": "https://api-prod.gambitprofit.com/api/matches/9988de92-cbf4-467f-bd01-16e2b00b0b8f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:09.852168-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": "Portland Trail Blazers",
                "amount": 6390.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "c79bed70-0273-4ad8-8183-9f2c33cfc085",
            "gambit_id": "c1117c71-0d75-4859-b118-d5dfa03620b3",
            "last_updated": "2023-12-16T10:32:54.862701-05:00",
            "created_at": "2023-12-14T09:28:09.861543-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdd6b9f-2458-4e04-bfe6-44a718c64924/?format=api"
        },
        {
            "id": "e22866e0-54fb-42aa-9ce4-e7ec20479444",
            "gambit_id": "6d8969b2-7663-469c-8209-e79ffdcd8e4c",
            "last_updated": "2023-12-16T10:32:54.866145-05:00",
            "created_at": "2023-12-14T09:28:09.857243-05:00",
            "name": "Utah Jazz",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdd6b9f-2458-4e04-bfe6-44a718c64924/?format=api"
        }
    ]
}