GET /api/bet_types/85dd67b9-b1cd-41fa-b145-42b9f181da02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85dd67b9-b1cd-41fa-b145-42b9f181da02",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b141482-9d73-4fe8-8058-5c696a3c1117/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "NYY (F Montas)",
                "amount": 5969.0
            },
            {
                "team": "LAA (J Suarez)",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9311.61,
        "profit_sb": 311.61,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3c76005-71d4-4436-b612-c3abb5f65f88",
            "gambit_id": "bb018241-0ffc-4ecf-a8d2-62f42e82ab70",
            "last_updated": "2022-08-30T09:47:24.518320-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (F Montas)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85dd67b9-b1cd-41fa-b145-42b9f181da02/?format=api"
        },
        {
            "id": "ffd8ea57-8c80-4a73-bb5d-1118d7ac7779",
            "gambit_id": "12fc9bb1-3953-4fca-a050-51202ce07c6e",
            "last_updated": "2022-08-30T09:47:24.517867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (J Suarez)",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85dd67b9-b1cd-41fa-b145-42b9f181da02/?format=api"
        }
    ]
}