GET /api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7406664-d71a-434d-9f24-0f781959f840",
    "match": "https://api-prod.gambitprofit.com/api/matches/f94efa4f-0f27-4996-8cc8-b6a6b50c3c0f/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 9364.0
            },
            {
                "team": "Internationals",
                "amount": 636.0
            }
        ],
        "expected_reward_tokens": 9641.76,
        "profit_sb": 641.76,
        "profit_sb_percentage": 7.13,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 8942.0
            },
            {
                "team": "Internationals",
                "amount": 608.0
            },
            {
                "team": "Tie",
                "amount": 450.0
            }
        ],
        "expected_reward_tokens": 9210.26,
        "profit_sb": 210.26,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "7422575c-c919-49b2-a10e-141969761b3c",
            "gambit_id": "85c22122-1a9b-4531-b442-975f6ec6a954",
            "last_updated": "2022-09-26T10:37:11.788239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USA",
            "reward": "1.03000",
            "odds": "1.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
        },
        {
            "id": "3084fb1d-815c-4a4b-a0d5-f2d93e8b7f23",
            "gambit_id": "17a7285b-3b5e-4194-9c87-487e97f3b757",
            "last_updated": "2022-09-26T10:37:11.785869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Internationals",
            "reward": "15.16000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
        },
        {
            "id": "c915795d-9d63-4b34-acff-42f9f558ed96",
            "gambit_id": "35f8d5c3-0203-4736-b2cd-60179af84d74",
            "last_updated": "2022-09-26T10:37:11.787117-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tie",
            "reward": "20.47000",
            "odds": "23.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7406664-d71a-434d-9f24-0f781959f840/?format=api"
        }
    ]
}