GET /api/bet_types/2db284ef-e1db-4947-862d-5ef79a4c3703/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db284ef-e1db-4947-862d-5ef79a4c3703",
    "match": "https://api-prod.gambitprofit.com/api/matches/1929de91-4bd0-47cd-95bc-15f0f44ff9d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-31T10:23:03.326555-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": "MIL (C Burnes)",
                "amount": 6492.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3508.0
            }
        ],
        "expected_reward_tokens": 9541.76,
        "profit_sb": 41.76,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "725ac452-cf10-431c-b9c4-65a4d44b33da",
            "gambit_id": "4382ac5c-c3d7-4883-8202-c6364daba5a5",
            "last_updated": "2023-08-01T11:03:22.782300-04:00",
            "created_at": "2023-07-31T10:23:03.331233-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db284ef-e1db-4947-862d-5ef79a4c3703/?format=api"
        },
        {
            "id": "b451ddeb-c218-4be1-ac91-89b73250a82b",
            "gambit_id": "6b7feebe-e492-45dc-81db-75bd815562e1",
            "last_updated": "2023-08-01T11:03:22.796897-04:00",
            "created_at": "2023-07-31T10:23:03.336091-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db284ef-e1db-4947-862d-5ef79a4c3703/?format=api"
        }
    ]
}