GET /api/bet_types/829fa247-bc64-4a45-a26e-c15230405de9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "829fa247-bc64-4a45-a26e-c15230405de9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c84513d8-c39e-44da-b4a4-d0b27272cc92/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:10.507704-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c09f78af-4589-4041-acc8-6b51486bcf1a",
            "gambit_id": "d1133454-5bde-4274-b849-5173c47aba39",
            "last_updated": "2023-12-30T21:43:31.381823-05:00",
            "created_at": "2023-12-29T09:58:10.511546-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829fa247-bc64-4a45-a26e-c15230405de9/?format=api"
        },
        {
            "id": "b0f82d01-4458-4920-b200-e5664b8fbe8a",
            "gambit_id": "f6930791-da08-4bf7-9acf-510d4ba8e07a",
            "last_updated": "2023-12-30T21:43:31.385490-05:00",
            "created_at": "2023-12-29T09:58:10.515396-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829fa247-bc64-4a45-a26e-c15230405de9/?format=api"
        }
    ]
}