GET /api/bet_types/2cf4f801-8e9f-4b18-a923-5be648f96602/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cf4f801-8e9f-4b18-a923-5be648f96602",
    "match": "https://api-prod.gambitprofit.com/api/matches/26a0a388-8d71-40c1-975a-d42b0cb7c75c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T14:52:57.451977-04: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": "Toronto Blue Jays",
                "amount": 6100.0
            },
            {
                "team": "Texas Rangers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "39f8b0fe-a350-40f1-a5af-afa503298853",
            "gambit_id": "46399594-8818-4983-abde-e121a9576077",
            "last_updated": "2023-06-18T10:23:06.037131-04:00",
            "created_at": "2023-06-17T14:52:57.453585-04:00",
            "name": "Toronto Blue Jays",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf4f801-8e9f-4b18-a923-5be648f96602/?format=api"
        },
        {
            "id": "8f242b67-f072-440a-ade8-1b8b23774ea4",
            "gambit_id": "b6e7bfec-5ad9-4f7c-a13c-0fd325571228",
            "last_updated": "2023-06-18T10:23:06.039516-04:00",
            "created_at": "2023-06-17T14:52:57.455297-04:00",
            "name": "Texas Rangers",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf4f801-8e9f-4b18-a923-5be648f96602/?format=api"
        }
    ]
}