GET /api/bet_types/82bf42b1-4157-482b-aa29-bcd9ed64746b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82bf42b1-4157-482b-aa29-bcd9ed64746b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bf70517-4589-4346-9d0d-37c54907e19b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T12:11:58.235366-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": "Milwaukee Bucks",
                "amount": 7112.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "97841b6d-2244-4340-a7b7-e08f72669448",
            "gambit_id": "53532514-ef33-4e02-8c90-45455bc8ba1b",
            "last_updated": "2023-03-20T10:57:13.109559-04:00",
            "created_at": "2023-03-19T12:11:58.236542-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82bf42b1-4157-482b-aa29-bcd9ed64746b/?format=api"
        },
        {
            "id": "8b0a0770-dd9e-4d6d-9ff2-5a38595ceb45",
            "gambit_id": "744659b2-c53c-4877-88c1-20c2d02a5a47",
            "last_updated": "2023-03-20T10:57:13.112083-04:00",
            "created_at": "2023-03-19T12:11:58.237990-04:00",
            "name": "Toronto Raptors",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82bf42b1-4157-482b-aa29-bcd9ed64746b/?format=api"
        }
    ]
}