GET /api/bet_types/34b9c79d-860a-4b58-b29f-d2dcd4616618/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b9c79d-860a-4b58-b29f-d2dcd4616618",
    "match": "https://api-prod.gambitprofit.com/api/matches/aafd65ab-9dfb-4534-8c17-d855ca126fc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:06.281772-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": "Vancouver Canucks",
                "amount": 6744.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d455f27-28b2-4d7b-9c20-cbad13e4123b",
            "gambit_id": "505b14c6-cc14-4980-a3fc-883b683b0adf",
            "last_updated": "2023-11-13T13:58:15.906758-05:00",
            "created_at": "2023-11-11T08:53:06.289057-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b9c79d-860a-4b58-b29f-d2dcd4616618/?format=api"
        },
        {
            "id": "e75feb28-728d-4652-8d03-d30463d06b50",
            "gambit_id": "cd93e3d4-74e6-4d33-a468-79d4eb47f8b3",
            "last_updated": "2023-11-13T13:58:15.909941-05:00",
            "created_at": "2023-11-11T08:53:06.293438-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b9c79d-860a-4b58-b29f-d2dcd4616618/?format=api"
        }
    ]
}