GET /api/bet_types/4f336bfd-cb50-4321-aad1-db602fbed959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f336bfd-cb50-4321-aad1-db602fbed959",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f216886-a998-4a6a-be7a-08e4c2d07e44/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T09:08:14.468370-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": "MIL (F Peralta)",
                "amount": 6293.0
            },
            {
                "team": "PIT (C Selby)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a22828a-6c0a-4bcb-be81-5c9c1451a1a9",
            "gambit_id": "1abc28d9-470e-4fa1-a726-8b0a2a8d110d",
            "last_updated": "2023-09-08T09:32:55.895517-04:00",
            "created_at": "2023-09-06T09:08:14.475432-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f336bfd-cb50-4321-aad1-db602fbed959/?format=api"
        },
        {
            "id": "126682e8-5764-42dd-8dac-a343008d7b5d",
            "gambit_id": "3e23936e-3f56-4392-b931-322663fd8977",
            "last_updated": "2023-09-08T09:32:55.902257-04:00",
            "created_at": "2023-09-06T09:08:14.480721-04:00",
            "name": "PIT (C Selby)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f336bfd-cb50-4321-aad1-db602fbed959/?format=api"
        }
    ]
}