GET /api/bet_types/986583d6-e7ee-4eca-ade8-e2d4c9a66682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "986583d6-e7ee-4eca-ade8-e2d4c9a66682",
    "match": "https://api-prod.gambitprofit.com/api/matches/a42e0199-ebe4-4d35-b616-bd62708eb2d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:25.794304-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": "Montreal Canadiens",
                "amount": 5614.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "c60c9b05-679c-4bf9-aaa6-9483319bd533",
            "gambit_id": "f00cdd8f-c5ee-4958-a360-0dbe5665206f",
            "last_updated": "2024-01-17T22:13:09.134847-05:00",
            "created_at": "2024-01-15T10:23:25.801736-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986583d6-e7ee-4eca-ade8-e2d4c9a66682/?format=api"
        },
        {
            "id": "39979238-2b69-4023-8492-5812ad819aed",
            "gambit_id": "45bc686b-8c66-4fcc-8e95-bd35e1986c05",
            "last_updated": "2024-01-17T22:13:09.131583-05:00",
            "created_at": "2024-01-15T10:23:25.797850-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986583d6-e7ee-4eca-ade8-e2d4c9a66682/?format=api"
        }
    ]
}