GET /api/bet_types/321f1a45-12e7-4736-b7c9-f11b0ad9fae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321f1a45-12e7-4736-b7c9-f11b0ad9fae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/61a3b244-bd82-407c-8ae0-9b6bd6a26de3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 6352.0
            },
            {
                "team": "Draw",
                "amount": 3648.0
            }
        ],
        "expected_reward_tokens": 12512.64,
        "profit_sb": 3012.64,
        "profit_sb_percentage": 31.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 4703.0
            },
            {
                "team": "Draw",
                "amount": 2701.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 2595.0
            }
        ],
        "expected_reward_tokens": 9264.15,
        "profit_sb": -235.85,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e7190b3-9fd9-4cd4-a3f6-747d8bfe0457",
            "gambit_id": "b89ab6d7-05db-4bda-9558-a4334570035c",
            "last_updated": "2022-10-17T10:32:14.710393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f1a45-12e7-4736-b7c9-f11b0ad9fae8/?format=api"
        },
        {
            "id": "d269e576-4880-4866-b749-bc8b9092a454",
            "gambit_id": "346c609f-632d-452a-ae1f-3544d9352cec",
            "last_updated": "2022-10-17T10:32:14.711356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f1a45-12e7-4736-b7c9-f11b0ad9fae8/?format=api"
        },
        {
            "id": "a6a5cd9a-58a9-480e-84fe-c732df290ad9",
            "gambit_id": "fbd39b33-e53c-479d-9858-336ea2300611",
            "last_updated": "2022-10-17T10:32:14.709403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "3.57000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f1a45-12e7-4736-b7c9-f11b0ad9fae8/?format=api"
        }
    ]
}