GET /api/bet_types/1e52c0b3-b852-4f5c-b977-0dd97373257f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e52c0b3-b852-4f5c-b977-0dd97373257f",
    "match": "https://api-prod.gambitprofit.com/api/matches/68f8a8c2-a80e-4b96-9e61-25c2e9c152fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:03.579466-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": "NYY",
                "amount": 5614.0
            },
            {
                "team": "TAM",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "126aecdb-e1c9-4ec9-a99c-b26503d6efc9",
            "gambit_id": "c2a25daa-6a1f-40fe-a28c-8056cde26385",
            "last_updated": "2023-08-07T19:02:59.179045-04:00",
            "created_at": "2023-07-31T10:23:03.589416-04:00",
            "name": "NYY",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e52c0b3-b852-4f5c-b977-0dd97373257f/?format=api"
        },
        {
            "id": "c19fb9ce-8a4a-429b-ae6c-f690448e2667",
            "gambit_id": "3002c9bd-eaf9-4e95-8cac-c6aef3f523f9",
            "last_updated": "2023-08-07T19:02:59.175319-04:00",
            "created_at": "2023-07-31T10:23:03.583895-04:00",
            "name": "TAM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e52c0b3-b852-4f5c-b977-0dd97373257f/?format=api"
        }
    ]
}