GET /api/bet_types/54ed2ca4-9ca7-4444-8f1f-8f17a9ce3eed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54ed2ca4-9ca7-4444-8f1f-8f17a9ce3eed",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7810adb-74ad-4b16-8301-b9274223aa48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:02.969818-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "af62bc2e-b16f-48e2-b201-3da5076348ce",
            "gambit_id": "b7ca8462-86e9-4dc3-80f5-df6928775822",
            "last_updated": "2023-11-27T10:08:20.326661-05:00",
            "created_at": "2023-11-24T09:08:02.975093-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ed2ca4-9ca7-4444-8f1f-8f17a9ce3eed/?format=api"
        },
        {
            "id": "63bb8f7c-c4b5-4edd-9d71-a030ff818bae",
            "gambit_id": "a2abc016-d94e-4b3c-bc74-3a07764cac38",
            "last_updated": "2023-11-27T10:08:20.330551-05:00",
            "created_at": "2023-11-24T09:08:02.980269-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54ed2ca4-9ca7-4444-8f1f-8f17a9ce3eed/?format=api"
        }
    ]
}