GET /api/bet_types/46a77cc8-b9d7-4d12-b05f-9ffdeab6ebf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46a77cc8-b9d7-4d12-b05f-9ffdeab6ebf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f549d878-5fab-47a6-a059-6c5be1e17877/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:12.277459-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec07e8c1-fbc2-4a8b-b2dc-ec40c33af72f",
            "gambit_id": "2d486e36-4a5f-4ab4-949c-ba6f8d3fd7bb",
            "last_updated": "2023-05-08T11:47:08.832171-04:00",
            "created_at": "2023-05-07T11:57:12.279174-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46a77cc8-b9d7-4d12-b05f-9ffdeab6ebf7/?format=api"
        },
        {
            "id": "455368e8-a182-4ba9-8eb9-b53aa51ba6b6",
            "gambit_id": "4a5ed00a-2345-4c95-b381-14f14243a11d",
            "last_updated": "2023-05-08T11:47:08.833652-04:00",
            "created_at": "2023-05-07T11:57:12.281310-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46a77cc8-b9d7-4d12-b05f-9ffdeab6ebf7/?format=api"
        }
    ]
}