GET /api/bet_types/abb76856-1b78-4022-a56a-29486e25af64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abb76856-1b78-4022-a56a-29486e25af64",
    "match": "https://api-prod.gambitprofit.com/api/matches/2754b4d1-4ec4-4c8d-81cb-256324572d52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:12.286048-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": 5328.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a09f9fb-853c-4b6f-b5f6-d9b36a708e27",
            "gambit_id": "292a7fc8-e658-45da-8f25-105ef9402087",
            "last_updated": "2023-01-18T09:36:57.984192-05:00",
            "created_at": "2023-01-17T09:27:12.287180-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb76856-1b78-4022-a56a-29486e25af64/?format=api"
        },
        {
            "id": "33a605ae-6d8e-45e0-95df-53fcb5c6b3b2",
            "gambit_id": "b23eee5c-8037-4160-98b3-376ce6a3a62b",
            "last_updated": "2023-01-18T09:36:57.985281-05:00",
            "created_at": "2023-01-17T09:27:12.288440-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb76856-1b78-4022-a56a-29486e25af64/?format=api"
        }
    ]
}