GET /api/bet_types/9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T09:13:24.234676-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": 5440.0
            },
            {
                "team": "MIA (E Cabrera)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc093d99-89e2-4b48-838a-d6d4ce8f735b",
            "gambit_id": "bf5e86f4-74aa-475a-85bd-fc0faeac8e9e",
            "last_updated": "2023-09-26T09:53:04.660817-04:00",
            "created_at": "2023-09-24T09:13:24.238733-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae/?format=api"
        },
        {
            "id": "9fe2fc06-b69b-400a-9147-978705818cc2",
            "gambit_id": "bc73bb4b-acdc-4b46-a0b9-6d5554910e23",
            "last_updated": "2023-09-26T09:53:04.664836-04:00",
            "created_at": "2023-09-24T09:13:24.242782-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae/?format=api"
        }
    ]
}