GET /api/bet_types/25914e5e-9ed9-44c1-ada4-2affd5c58875/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25914e5e-9ed9-44c1-ada4-2affd5c58875",
    "match": "https://api-prod.gambitprofit.com/api/matches/85bf707c-1b2e-4346-a9cc-930337e4c3d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:08.156605-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": "NYM (K Senga)",
                "amount": 5182.0
            },
            {
                "team": "MIA (T Rogers)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "67af3daf-76a9-4e5c-9985-bbdd76ac39a4",
            "gambit_id": "63a43df6-4238-4dda-9397-19d5e4231a26",
            "last_updated": "2023-04-03T14:21:50.952863-04:00",
            "created_at": "2023-04-02T09:57:08.164952-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25914e5e-9ed9-44c1-ada4-2affd5c58875/?format=api"
        },
        {
            "id": "a9f1c092-15ce-4fc7-a12c-2143969074df",
            "gambit_id": "ba774d61-f2c4-4e90-9e02-3d04fec915a0",
            "last_updated": "2023-04-03T14:21:50.950760-04:00",
            "created_at": "2023-04-02T09:57:08.159252-04:00",
            "name": "MIA (T Rogers)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25914e5e-9ed9-44c1-ada4-2affd5c58875/?format=api"
        }
    ]
}