GET /api/bet_types/2bfa8ea1-8522-48ed-9fa9-687a890fcf96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bfa8ea1-8522-48ed-9fa9-687a890fcf96",
    "match": "https://api-prod.gambitprofit.com/api/matches/65b96d0f-0735-4c4b-b121-3d1627403669/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:14.578613-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": "SDG (Y Darvish)",
                "amount": 6293.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c654e55e-4622-4a7c-923b-13b4845c374a",
            "gambit_id": "5b129db8-67ef-447b-a9a0-b59ceca8ba8f",
            "last_updated": "2023-06-05T10:57:21.207097-04:00",
            "created_at": "2023-06-03T11:22:14.582851-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bfa8ea1-8522-48ed-9fa9-687a890fcf96/?format=api"
        },
        {
            "id": "9003415a-3b08-4c53-984c-7cd505b6c9c3",
            "gambit_id": "7179fa42-5997-4ce0-a57f-9519cb91104f",
            "last_updated": "2023-06-05T10:57:21.205288-04:00",
            "created_at": "2023-06-03T11:22:14.580604-04:00",
            "name": "CHC (D Smyly)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bfa8ea1-8522-48ed-9fa9-687a890fcf96/?format=api"
        }
    ]
}