GET /api/bet_types/03927137-0cb6-464a-8e27-374fdcf2e81d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03927137-0cb6-464a-8e27-374fdcf2e81d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea10acc3-a841-40e7-a81e-8b1f90085a4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:11.976294-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 (J Musgrove)",
                "amount": 5117.0
            },
            {
                "team": "NYY (R Vasquez)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "09dd1eb1-87a7-48f6-9a01-0ebddb22ca30",
            "gambit_id": "e227b940-5f85-4a89-ad5c-558b22a45f64",
            "last_updated": "2023-05-27T16:12:10.619600-04:00",
            "created_at": "2023-05-26T11:52:11.978390-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03927137-0cb6-464a-8e27-374fdcf2e81d/?format=api"
        },
        {
            "id": "1be99615-9155-4f3b-927d-e14a0a716ae2",
            "gambit_id": "70c975c2-3b20-4fca-975e-899367f7e7ff",
            "last_updated": "2023-05-27T16:12:10.621985-04:00",
            "created_at": "2023-05-26T11:52:11.980536-04:00",
            "name": "NYY (R Vasquez)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03927137-0cb6-464a-8e27-374fdcf2e81d/?format=api"
        }
    ]
}