GET /api/bet_types/d6f9b354-3b72-47ab-b81a-4de53cb11951/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6f9b354-3b72-47ab-b81a-4de53cb11951",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce6af44e-b8f9-4f03-b004-085810ebb6a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:48.480290-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e00cea3-277b-4369-8c30-c79926bf68bf",
            "gambit_id": "92a8947b-03da-42d7-8b7c-9facdb7753cc",
            "last_updated": "2023-01-14T11:47:19.016516-05:00",
            "created_at": "2023-01-13T09:11:48.481416-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6f9b354-3b72-47ab-b81a-4de53cb11951/?format=api"
        },
        {
            "id": "ea16104a-0fe9-46ab-98a5-fad59ed89914",
            "gambit_id": "34d411c6-525d-4561-8e9f-6daaa75e5fe0",
            "last_updated": "2023-01-14T11:47:19.019841-05:00",
            "created_at": "2023-01-13T09:11:48.482630-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6f9b354-3b72-47ab-b81a-4de53cb11951/?format=api"
        }
    ]
}