GET /api/bet_types/cc472003-e745-404a-b4c8-fa04a4926263/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc472003-e745-404a-b4c8-fa04a4926263",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbd96dd-cd64-46a8-8031-e8d898463b9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:22.830215-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": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "98b25b4f-507a-41f5-98a7-f103b06cb083",
            "gambit_id": "0c1e8d4b-27e3-48a2-9feb-79b2d982ab87",
            "last_updated": "2023-04-18T12:12:04.315959-04:00",
            "created_at": "2023-04-13T09:32:22.831497-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc472003-e745-404a-b4c8-fa04a4926263/?format=api"
        },
        {
            "id": "2acd2e0c-57eb-4515-af40-2092434b5b1f",
            "gambit_id": "5dfc144e-9e60-4b0f-a851-f3aa54ee7f19",
            "last_updated": "2023-04-18T12:12:04.317422-04:00",
            "created_at": "2023-04-13T09:32:22.832841-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc472003-e745-404a-b4c8-fa04a4926263/?format=api"
        }
    ]
}