GET /api/bet_types/d9d336f0-9b96-4bbb-8794-26f48109ab98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9d336f0-9b96-4bbb-8794-26f48109ab98",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac3cce38-b13d-4a03-a76e-eb2cf5655371/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:07:14.367615-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": "Boston Bruins",
                "amount": 6721.0
            },
            {
                "team": "New York Islanders",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bcf4224-ef33-42f6-add9-5295eca39cd6",
            "gambit_id": "a974e91e-80e7-4bfc-bcdb-349d3d1acb4e",
            "last_updated": "2023-02-19T16:07:16.027492-05:00",
            "created_at": "2023-02-18T09:07:14.369016-05:00",
            "name": "Boston Bruins",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d336f0-9b96-4bbb-8794-26f48109ab98/?format=api"
        },
        {
            "id": "8fdaf441-a1de-48db-8f58-517067d9e894",
            "gambit_id": "e595e0fd-51e1-453c-85de-5fe338ae1ec8",
            "last_updated": "2023-02-19T16:07:16.028692-05:00",
            "created_at": "2023-02-18T09:07:14.370361-05:00",
            "name": "New York Islanders",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d336f0-9b96-4bbb-8794-26f48109ab98/?format=api"
        }
    ]
}