GET /api/bet_types/37f1cbeb-7a13-44c8-be3c-b2082b72f847/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37f1cbeb-7a13-44c8-be3c-b2082b72f847",
    "match": "https://api-prod.gambitprofit.com/api/matches/7dacbdfa-db8c-4c33-9722-e6b5548c0414/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:07.199269-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": "TAM (Z Eflin)",
                "amount": 5541.0
            },
            {
                "team": "NYY (G Cole)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6082a1a-d2e6-484a-8987-bdc782c3aae3",
            "gambit_id": "4265bd5d-99c4-4b9c-a6a9-54c51c1b9645",
            "last_updated": "2023-08-28T18:38:02.427736-04:00",
            "created_at": "2023-08-25T08:38:07.208439-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f1cbeb-7a13-44c8-be3c-b2082b72f847/?format=api"
        },
        {
            "id": "6fb641e9-e423-45a1-9486-018160d6b8b7",
            "gambit_id": "fffca77f-1ad2-47c3-809d-cbc69cd91ddc",
            "last_updated": "2023-08-28T18:38:02.423996-04:00",
            "created_at": "2023-08-25T08:38:07.203829-04:00",
            "name": "NYY (G Cole)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f1cbeb-7a13-44c8-be3c-b2082b72f847/?format=api"
        }
    ]
}