GET /api/bet_types/8f40747d-db88-4d5d-be79-3f62672345f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f40747d-db88-4d5d-be79-3f62672345f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/012a2484-1ec2-4526-b0af-a99a5b774e2f/?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": "FC Dallas",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 11998.8,
        "profit_sb": 2498.8,
        "profit_sb_percentage": 26.3,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Dallas",
                "amount": 5047.0
            },
            {
                "team": "Draw",
                "amount": 2524.0
            },
            {
                "team": "Sporting Kansas City",
                "amount": 2429.0
            }
        ],
        "expected_reward_tokens": 9084.46,
        "profit_sb": -415.54,
        "profit_sb_percentage": -4.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "be5fd6b6-b91f-4cee-877b-d3b4937cd674",
            "gambit_id": "cd93294d-5264-4b3c-b222-6facb7b99bd8",
            "last_updated": "2022-12-24T17:12:09.547976-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Dallas",
            "reward": "1.80000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f40747d-db88-4d5d-be79-3f62672345f4/?format=api"
        },
        {
            "id": "945540b7-0d7e-4afe-832e-63ff0f27e210",
            "gambit_id": "c8b88d6f-7c81-40ce-88b7-04d8aeab7fef",
            "last_updated": "2022-12-24T17:12:09.549113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.60000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f40747d-db88-4d5d-be79-3f62672345f4/?format=api"
        },
        {
            "id": "935d779d-eec8-407a-8c97-e7f7d74cb2b4",
            "gambit_id": "4b3d5ec7-dbd1-45d6-813c-e1c3e09b56fb",
            "last_updated": "2022-12-24T17:12:09.546856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "3.74000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f40747d-db88-4d5d-be79-3f62672345f4/?format=api"
        }
    ]
}