GET /api/bet_types/4b7344fb-027c-47d3-b445-b1ba7fe3be6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b7344fb-027c-47d3-b445-b1ba7fe3be6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/642d75c2-ebae-486e-bc25-16addc7cecc6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T10:13:05.828743-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": "Israel Adesanya",
                "amount": 8148.0
            },
            {
                "team": "Sean Strickland",
                "amount": 1852.0
            }
        ],
        "expected_reward_tokens": 9370.2,
        "profit_sb": -129.8,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d68cd3d-c5f4-4293-913b-3038a286d44c",
            "gambit_id": "008044b5-d20d-4c25-b867-af02fdc98a24",
            "last_updated": "2023-09-12T11:38:02.597540-04:00",
            "created_at": "2023-09-09T10:13:05.839178-04:00",
            "name": "Israel Adesanya",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7344fb-027c-47d3-b445-b1ba7fe3be6c/?format=api"
        },
        {
            "id": "693fa7b4-96b1-47c4-84b7-fe18649c5d4a",
            "gambit_id": "029cbb39-1bb0-4ce2-b952-7de61290cbdd",
            "last_updated": "2023-09-12T11:38:02.594269-04:00",
            "created_at": "2023-09-09T10:13:05.834228-04:00",
            "name": "Sean Strickland",
            "reward": "5.06000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7344fb-027c-47d3-b445-b1ba7fe3be6c/?format=api"
        }
    ]
}