GET /api/bet_types/c09428ba-cd9a-44d1-8007-ba6baeb5e8ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c09428ba-cd9a-44d1-8007-ba6baeb5e8ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/38598c83-67fd-4488-a566-9bf812f5ebb0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T12:57:56.588480-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": "Jordan Christensen",
                "amount": 5600.0
            },
            {
                "team": "Kerry Lattimer",
                "amount": 4400.0
            }
        ],
        "expected_reward_tokens": 8624.0,
        "profit_sb": -876.0,
        "profit_sb_percentage": -9.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc279f11-a89c-4a3d-a6f4-e8fd392d7822",
            "gambit_id": "3f9ad05d-7cfd-4fca-bcd6-b975105c53dc",
            "last_updated": "2023-06-11T10:08:25.045891-04:00",
            "created_at": "2023-06-09T12:57:56.591743-04:00",
            "name": "Jordan Christensen",
            "reward": "1.54000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09428ba-cd9a-44d1-8007-ba6baeb5e8ab/?format=api"
        },
        {
            "id": "7ba6ac9e-1394-476b-8fd7-f9b9b2ce7f0c",
            "gambit_id": "8844e0f5-3f8a-4f76-b2cb-f43b92da3ee6",
            "last_updated": "2023-06-11T10:08:25.048204-04:00",
            "created_at": "2023-06-09T12:57:56.594791-04:00",
            "name": "Kerry Lattimer",
            "reward": "1.96000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c09428ba-cd9a-44d1-8007-ba6baeb5e8ab/?format=api"
        }
    ]
}