GET /api/bet_types/ea5d1ae4-7e15-4aae-99b7-50b21e9ed19c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea5d1ae4-7e15-4aae-99b7-50b21e9ed19c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f74a553-a403-4e47-8686-db81b3078575/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:53:00.018999-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": 5490.0
            },
            {
                "team": "LOS (B Miller)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ad97964-b691-4813-99e4-62f7c3ca2870",
            "gambit_id": "2524d109-27ac-4522-b9ef-814d3d006898",
            "last_updated": "2023-08-05T11:58:12.268083-04:00",
            "created_at": "2023-08-04T08:53:00.029566-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5d1ae4-7e15-4aae-99b7-50b21e9ed19c/?format=api"
        },
        {
            "id": "03fa33e2-527d-499c-bc39-f93617fb6aff",
            "gambit_id": "b0c96645-adb9-4e0d-af64-761d36652325",
            "last_updated": "2023-08-05T11:58:12.264126-04:00",
            "created_at": "2023-08-04T08:53:00.024429-04:00",
            "name": "LOS (B Miller)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5d1ae4-7e15-4aae-99b7-50b21e9ed19c/?format=api"
        }
    ]
}