GET /api/bet_types/ba86e1ae-7539-4f95-a6d3-c5d60dc83992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba86e1ae-7539-4f95-a6d3-c5d60dc83992",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfa7d595-d0f9-498a-aba5-53e4d1db8a71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:14.332226-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": "Tennessee Titans",
                "amount": 5614.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c5e5c03-c5d4-4d02-a814-250626aa35f3",
            "gambit_id": "64c9d5e2-308d-4349-8e31-5ddd7a4d8300",
            "last_updated": "2023-10-09T15:53:13.319053-04:00",
            "created_at": "2023-10-03T10:18:14.337620-04:00",
            "name": "Tennessee Titans",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba86e1ae-7539-4f95-a6d3-c5d60dc83992/?format=api"
        },
        {
            "id": "aa1a9300-8b32-4958-b85c-e87881bfaa98",
            "gambit_id": "fffa8941-90bd-4149-a392-76bc852ac9dd",
            "last_updated": "2023-10-09T15:53:13.322197-04:00",
            "created_at": "2023-10-03T10:18:14.344029-04:00",
            "name": "Indianapolis Colts",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba86e1ae-7539-4f95-a6d3-c5d60dc83992/?format=api"
        }
    ]
}