GET /api/bet_types/880a208e-2570-4db4-b07d-7949f35dae5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "880a208e-2570-4db4-b07d-7949f35dae5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7417b2c9-9ff9-4bdc-bb00-a293bf713b6f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Texas St",
                "amount": 6593.0
            },
            {
                "team": "Arkansas State",
                "amount": 3407.0
            }
        ],
        "expected_reward_tokens": 9096.69,
        "profit_sb": 96.69,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "a91fa2d7-dcf8-45bc-872d-ef6cb5ca8617",
            "gambit_id": "cd8768ad-d598-4ca9-87f6-60e08e59b56e",
            "last_updated": "2022-11-21T10:02:56.835906-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880a208e-2570-4db4-b07d-7949f35dae5f/?format=api"
        },
        {
            "id": "d645f3a7-adc2-44e8-9dc7-8c9a74bd23e7",
            "gambit_id": "e2bf5f89-0322-41c3-8769-064059a891e1",
            "last_updated": "2022-11-21T10:02:56.837083-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880a208e-2570-4db4-b07d-7949f35dae5f/?format=api"
        }
    ]
}